Changeset 280

Show
Ignore:
Timestamp:
10/28/08 21:57:21 (2 months ago)
Author:
tal
Message:
Tiny change to fix a really annoying bug.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphCellView.py

    r279 r280  
    412412        elif NSApp().keyWindow() != self.window(): 
    413413            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 
    414419        ## event requirements 
    415420        else: