mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
Fix PR #5849 window deminiaturize.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17945 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc96830424
commit
7bbabe4e72
4 changed files with 21 additions and 1 deletions
|
@ -311,6 +311,7 @@ backgroundColorHint:(NSColor *)bg
|
|||
|
||||
- (void) mouseExited: (NSEvent*)theEvent
|
||||
{
|
||||
NSDebugLLog(@"NSCursor", @"Cursor mouseExited:");
|
||||
if (_is_set_on_mouse_exited == YES)
|
||||
{
|
||||
[self set];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue