Changeset 280
- Timestamp:
- 10/28/08 21:57:21 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphCellView.py
r279 r280 412 412 elif NSApp().keyWindow() != self.window(): 413 413 shouldBeVisible = False 414 ## XXX work around an issue that causes mouseDragged 415 ## to be called after a drop from the view has occurred 416 ## outside of the view. 417 elif mouseDragged and not self._glyphDetailWindow.isVisible(): 418 shouldBeVisible = False 414 419 ## event requirements 415 420 else:
