small default-colors fix
svn path=/trunk/kdebase/kwin/; revision=33320
This commit is contained in:
parent
0f3633e3f0
commit
f60d8588b2
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void Options::reload()
|
||||||
// inactive
|
// inactive
|
||||||
colors[Frame+KWINCOLORS] = config->readColorEntry("inactiveFrame",
|
colors[Frame+KWINCOLORS] = config->readColorEntry("inactiveFrame",
|
||||||
&colors[Frame]);
|
&colors[Frame]);
|
||||||
colors[TitleBar+KWINCOLORS] = colors[TitleBar];
|
colors[TitleBar+KWINCOLORS] = colors[Frame];
|
||||||
colors[TitleBar+KWINCOLORS] = config->
|
colors[TitleBar+KWINCOLORS] = config->
|
||||||
readColorEntry("inactiveBackground", &colors[TitleBar+KWINCOLORS]);
|
readColorEntry("inactiveBackground", &colors[TitleBar+KWINCOLORS]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue