mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
* Source/NSWindow.m: Reverted a previous change to miniaturize.
This should correct bug #24707. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27002 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
67cea92af6
commit
9bf94dbf24
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-01 21:35-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSWindow.m: Reverted a previous change to miniaturize.
|
||||
This should correct bug #24707.
|
||||
|
||||
2008-10-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSNibCompatibility.m: Define the needed GSIARRAY
|
||||
|
|
|
@ -2769,6 +2769,8 @@ resetCursorRectsForView(NSView *theView)
|
|||
{
|
||||
NSWindow *mini = GSWindowWithNumber(_counterpart);
|
||||
[mini orderFront: self];
|
||||
// If the window is still visible, order it out.
|
||||
[self orderOut: self];
|
||||
}
|
||||
[nc postNotificationName: NSWindowDidMiniaturizeNotification
|
||||
object: self];
|
||||
|
|
Loading…
Reference in a new issue