From e0815d83a6e729f23c443bf449f4b023eceee2fa Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 19 Jan 2011 13:50:58 +0000 Subject: [PATCH] discard the cache when the blur behind changes svn path=/trunk/KDE/kdelibs/; revision=1215741 --- theme.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.cpp b/theme.cpp index dcb17f042..37653d655 100644 --- a/theme.cpp +++ b/theme.cpp @@ -330,6 +330,7 @@ void ThemePrivate::colorsChanged() void ThemePrivate::blurBehindChanged(bool blur) { blurActive = blur; + discardCache(PixmapCache | SvgElementsCache); emit q->themeChanged(); }