From f60d8588b26c758260369988eda0a70e651bfa7d Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Tue, 9 Nov 1999 13:20:09 +0000 Subject: [PATCH] small default-colors fix svn path=/trunk/kdebase/kwin/; revision=33320 --- options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);