mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
merge bugfix and documentation from themes branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3238ba31b
commit
08a89d3709
2 changed files with 109 additions and 2 deletions
|
@ -235,7 +235,7 @@ void initSystemColors(void)
|
|||
//black, @"windowFrameTextColor",
|
||||
nil];
|
||||
|
||||
systemColors = [NSColorList colorListNamed: @"System"];
|
||||
systemColors = RETAIN([NSColorList colorListNamed: @"System"]);
|
||||
defaultSystemColors = [[NSColorList alloc] initWithName: @"System"];
|
||||
[NSColorList _setDefaultSystemColorList: defaultSystemColors];
|
||||
if (systemColors == nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue