From e9206bca9a6bc1fd796ce2ef7012ff94c7ebeb6e Mon Sep 17 00:00:00 2001 From: Sandro Giessl Date: Wed, 21 Jan 2004 19:09:56 +0000 Subject: [PATCH] Someone forgot to update the decoration after color changes, that's all. CCMAIL: 73157-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=281630 --- clients/redmond/redmond.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/redmond/redmond.cpp b/clients/redmond/redmond.cpp index 14f94f5bfc..cdfe9c32de 100644 --- a/clients/redmond/redmond.cpp +++ b/clients/redmond/redmond.cpp @@ -917,7 +917,7 @@ KDecoration *RedmondDecoFactory::createDecoration( KDecorationBridge *b ) bool RedmondDecoFactory::reset( unsigned long changed ) { - if ( changed & ( SettingFont | SettingBorder ) ) { + if ( changed & ( SettingFont | SettingBorder | SettingColors ) ) { delete_pixmaps(); readConfig(); create_pixmaps();