invalidate shadow caches when color-scheme is changed. This fixes some issues with corner bevel
svn path=/trunk/KDE/kdebase/workspace/; revision=1025835
This commit is contained in:
parent
653a856146
commit
1852c87178
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ namespace Oxygen
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
if( changed & SettingColors ) oxygenShadowCache()->invalidateCaches();
|
||||||
resetDecorations(changed);
|
resetDecorations(changed);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue