Required for the exploit-new-kwin-colors patch
svn path=/trunk/kdebase/kwin/; revision=261201
This commit is contained in:
parent
b3144663fd
commit
fffdc0d01a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ unsigned long KDecorationOptionsPrivate::updateKWinSettings( KConfig* config )
|
|||
config->readColorEntry("inactiveTitleBtnBg",
|
||||
&colors[ColorButtonBg]);
|
||||
|
||||
colors[ColorHandle+NUM_COLORS] = colors[ColorFrame];
|
||||
colors[ColorHandle+NUM_COLORS] =
|
||||
config->readColorEntry("inactiveHandle", &colors[ColorHandle]);
|
||||
|
||||
colors[ColorFont+NUM_COLORS] = colors[ColorFrame].dark();
|
||||
|
|
Loading…
Reference in a new issue