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();