mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:00:37 +00:00
* Source/NSAlert.m: (-_initWithoutGModel): added [setImageDimsWhenDisabled: NO} to not show the application icon dimmed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24656 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
370b89a054
commit
c3fb754bc2
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-19 Enrico Sersale <enrico@fibernet.ro>
|
||||
|
||||
* Source/NSAlert.m: (-_initWithoutGModel):
|
||||
added [setImageDimsWhenDisabled: NO} to not show the application icon dimmed.
|
||||
|
||||
2007-02-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMatrix.m (cellFrameAtRow:column:, drawRect:,
|
||||
|
@ -11,7 +16,7 @@
|
|||
|
||||
2007-02-16 Richard Frith-Macdoanld <rfm@gnu.org>
|
||||
|
||||
* Source/NSMenuItemCell.m: fixup glitch with drawing of horizontal
|
||||
* Source/NSMenuItSemCell.m: fixup glitch with drawing of horizontal
|
||||
menu items overwriting menu border.
|
||||
* Source/NSMenuView.m: use menubar font size to calculate menubar
|
||||
height.
|
||||
|
|
|
@ -357,6 +357,7 @@ setControl(NSView* content, id control, NSString *title)
|
|||
[icoButton setAutoresizingMask: NSViewMaxXMargin|NSViewMinYMargin];
|
||||
[icoButton setBordered: NO];
|
||||
[icoButton setEnabled: NO];
|
||||
[[icoButton cell] setImageDimsWhenDisabled: NO];
|
||||
[icoButton setImagePosition: NSImageOnly];
|
||||
image = [[NSApplication sharedApplication] applicationIconImage];
|
||||
[icoButton setImage: image];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue