mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Revert the previous change to NSWindow -miniaturize: correcting bug
#24707. A better fix for this is now in -back. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c18e1e2c12
commit
2bedbf4129
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-20 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSWindow.m (-miniaturize:): Revert the previous change
|
||||
correcting bug #24707. A better fix for this is now in -back.
|
||||
|
||||
2008-11-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSCachedImageRep.m(-draw): Add hack to draw on a scaled
|
||||
|
|
|
@ -2769,8 +2769,6 @@ 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