mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 18:36:23 +00:00
Fix typo in method to set parent window of a child, optimise color handling in themes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52de0f2703
commit
774a9ec1d4
8 changed files with 137 additions and 94 deletions
|
@ -1126,7 +1126,7 @@ static float scrollerWidth;
|
|||
{
|
||||
name = @"NSScrollView";
|
||||
}
|
||||
color = [[theme extraColors] colorWithKey: name];
|
||||
color = [theme colorNamed: name state: GSThemeNormalState cache: YES];
|
||||
if (color == nil)
|
||||
{
|
||||
color = [NSColor controlDarkShadowColor];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue