Changeset 268
- Timestamp:
- 09/22/08 13:11:14 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphCellView.py
r267 r268 423 423 shouldBeVisible = False 424 424 ## glyph hit 425 if not found:425 if found is None: 426 426 shouldBeVisible = False 427 427 ## mouse position is visible
