mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 16:56:23 +00:00
api cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
38cd3d8edb
commit
f2a8d1d58c
6 changed files with 129 additions and 39 deletions
|
@ -131,7 +131,7 @@
|
|||
state = GSThemeSelectedState;
|
||||
}
|
||||
|
||||
color = [[GSTheme theme] colorNamed: @"NSMenuItem" state: state cache: YES];
|
||||
color = [[GSTheme theme] colorNamed: @"NSMenuItem" state: state];
|
||||
if (color == nil)
|
||||
{
|
||||
if ((state == GSThemeHighlightedState) || (state == GSThemeSelectedState))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue