small default-colors fix

svn path=/trunk/kdebase/kwin/; revision=33320
master
Matthias Ettrich 25 years ago
parent 0f3633e3f0
commit f60d8588b2

@ -88,7 +88,7 @@ void Options::reload()
// inactive
colors[Frame+KWINCOLORS] = config->readColorEntry("inactiveFrame",
&colors[Frame]);
colors[TitleBar+KWINCOLORS] = colors[TitleBar];
colors[TitleBar+KWINCOLORS] = colors[Frame];
colors[TitleBar+KWINCOLORS] = config->
readColorEntry("inactiveBackground", &colors[TitleBar+KWINCOLORS]);

Loading…
Cancel
Save