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:
wlux 2010-03-30 07:28:05 +00:00
parent 615f8a31c0
commit b69e5ffdbd

View file

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