summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/containerarea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/containerarea.cpp')
-rw-r--r--kicker/kicker/core/containerarea.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/kicker/kicker/core/containerarea.cpp b/kicker/kicker/core/containerarea.cpp
index a202c910a..00d781b98 100644
--- a/kicker/kicker/core/containerarea.cpp
+++ b/kicker/kicker/core/containerarea.cpp
@@ -1446,6 +1446,12 @@ void ContainerArea::setBackground()
double tint = double(KickerSettings::tintValue()) / 100;
_rootPixmap->setFadeEffect(tint, KickerSettings::tintColor());
+ if (KickerSettings::menubarPanelBlurred()) {
+ _rootPixmap->setBlurEffect(0.0, 4.0);
+ }
+ else {
+ _rootPixmap->setBlurEffect(0.0, 0.0);
+ }
_rootPixmap->start();
_bgSet = true;
return;