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];