mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Make _miniaturizedImage default to the application icon.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
818a27807d
commit
1242cd434e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-06-08 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSWindow (-_initDefaults): Make _miniaturizedImage
|
||||
default to the application icon.
|
||||
|
||||
2002-06-08 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/GSServicesProvider.m (-doService:): Only try to
|
||||
|
|
|
@ -3915,7 +3915,7 @@ resetCursorRectsForView(NSView *theView)
|
|||
_backgroundColor = RETAIN([NSColor controlColor]);
|
||||
_representedFilename = @"Window";
|
||||
_miniaturizedTitle = @"Window";
|
||||
_miniaturizedImage = nil;
|
||||
_miniaturizedImage = RETAIN([NSApp applicationIconImage]);
|
||||
_windowTitle = @"Window";
|
||||
_lastPoint = NSZeroPoint;
|
||||
_windowLevel = NSNormalWindowLevel;
|
||||
|
|
Loading…
Reference in a new issue