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
icc-effect-5.14.5
Sandro Giessl 2004-01-21 19:09:56 +00:00
parent 7679ff04d8
commit e9206bca9a
1 changed files with 1 additions and 1 deletions

View File

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