discard the cache when the blur behind changes
svn path=/trunk/KDE/kdelibs/; revision=1215741
This commit is contained in:
parent
e33f5ea828
commit
e0815d83a6
@ -330,6 +330,7 @@ void ThemePrivate::colorsChanged()
|
|||||||
void ThemePrivate::blurBehindChanged(bool blur)
|
void ThemePrivate::blurBehindChanged(bool blur)
|
||||||
{
|
{
|
||||||
blurActive = blur;
|
blurActive = blur;
|
||||||
|
discardCache(PixmapCache | SvgElementsCache);
|
||||||
emit q->themeChanged();
|
emit q->themeChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user