mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:20:37 +00:00
do not process GSAppKitWindowLeave events for closed windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29332 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e65a790956
commit
13e9913ec8
2 changed files with 10 additions and 0 deletions
|
@ -3953,6 +3953,10 @@ resetCursorRectsForView(NSView *theView)
|
|||
break;
|
||||
|
||||
case GSAppKitWindowLeave:
|
||||
/* we ignore this event for a window that is already closed */
|
||||
if (_f.has_closed == YES);
|
||||
break;
|
||||
|
||||
/*
|
||||
* We need to go through all of the views, and if there
|
||||
* is any with a tracking rectangle then we need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue