mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:30:46 +00:00
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:
parent
d22c6be29f
commit
82253d5cd7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue