mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:10:38 +00:00
Made images easier to be changed by themes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18647 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ed6bbe6ab
commit
7a53fefbf0
7 changed files with 47 additions and 22 deletions
|
@ -54,7 +54,7 @@ static NSImage *arrowImage = nil; /* Cache arrow image. */
|
|||
if (self == [NSMenuItemCell class])
|
||||
{
|
||||
[self setVersion: 2];
|
||||
arrowImage = [[NSImage imageNamed: @"common_3DArrowRight"] copy];
|
||||
arrowImage = [[NSImage imageNamed: @"NSMenuArrow"] copy];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue