discard the cache when the blur behind changes

svn path=/trunk/KDE/kdelibs/; revision=1215741
This commit is contained in:
Marco Martin 2011-01-19 13:50:58 +00:00
parent e33f5ea828
commit e0815d83a6

View File

@ -330,6 +330,7 @@ void ThemePrivate::colorsChanged()
void ThemePrivate::blurBehindChanged(bool blur)
{
blurActive = blur;
discardCache(PixmapCache | SvgElementsCache);
emit q->themeChanged();
}