mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
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
This commit is contained in:
parent
f005f68b2c
commit
7394190039
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-16 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSWindow.m (-miniaturize:): Set visible flag to NO.
|
||||
|
||||
2001-04-16 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||
|
||||
* Source/NSButtonCell.m ([NSButtonCell -drawInteriorWithFrame:
|
||||
|
|
|
@ -1918,6 +1918,7 @@ resetCursorRectsForView(NSView *theView)
|
|||
}
|
||||
[self _lossOfKeyOrMainWindow];
|
||||
DPSminiwindow(GSCurrentContext(), _windowNum);
|
||||
_f.visible = NO;
|
||||
|
||||
[nc postNotificationName: NSWindowDidMiniaturizeNotification
|
||||
object: self];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue