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
This commit is contained in:
parent
7679ff04d8
commit
e9206bca9a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue