diff --git a/options.cpp b/options.cpp index cbe10ca567..ae6d1960ed 100644 --- a/options.cpp +++ b/options.cpp @@ -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]);