From 7394190039ece9005ffdad933297745d1c54454f Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Tue, 17 Apr 2001 03:17:23 +0000 Subject: [PATCH] Set visible flag to NO on miniaturize git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9595 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/NSWindow.m | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee75ab164..e6c81ff0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-16 Adam Fedor + + * Source/NSWindow.m (-miniaturize:): Set visible flag to NO. + 2001-04-16 Mirko Viviani * Source/NSButtonCell.m ([NSButtonCell -drawInteriorWithFrame: diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 5b001236f..4de906647 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -1918,6 +1918,7 @@ resetCursorRectsForView(NSView *theView) } [self _lossOfKeyOrMainWindow]; DPSminiwindow(GSCurrentContext(), _windowNum); + _f.visible = NO; [nc postNotificationName: NSWindowDidMiniaturizeNotification object: self];