Remove a stray semicolon, which made NSWindow ignore all GSAppKitWindowLeave

events. This was the cause for, e.g., somewhat too sticky tooltips.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2010-03-30 07:28:05 +00:00
parent d22c6be29f
commit 82253d5cd7

View file

@ -3972,7 +3972,7 @@ resetCursorRectsForView(NSView *theView)
case GSAppKitWindowLeave: case GSAppKitWindowLeave:
/* we ignore this event for a window that is already closed */ /* we ignore this event for a window that is already closed */
if (_f.has_closed == YES); if (_f.has_closed == YES)
break; break;
/* /*