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(); }