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:
Riccardo Mottola 2010-01-20 14:58:59 +00:00
parent a86d938f74
commit 16ffbb80ae
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2010-01-20 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSWindow: do not process GSAppKitWindowLeave events for
closed windows
* Source/NSImage.m: _useFromFile: make extension checking case
2010-01-19 13:49-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSMenu.m: Allow menus attached to popups to come up

View file

@ -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