summaryrefslogtreecommitdiffstats
path: root/src/komposefullscreenwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/komposefullscreenwidget.cpp')
-rw-r--r--src/komposefullscreenwidget.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/komposefullscreenwidget.cpp b/src/komposefullscreenwidget.cpp
index 4e656c2..4c452b9 100644
--- a/src/komposefullscreenwidget.cpp
+++ b/src/komposefullscreenwidget.cpp
@@ -48,6 +48,13 @@ KomposeFullscreenWidget::KomposeFullscreenWidget( int displayType, KomposeLayout
setBackgroundMode( TQt::FixedPixmap );
// setBackgroundPixmap(*(KomposeGlobal::instance()->getDesktopBgPixmap()));
rootpix = new KRootPixmap (this);
+
+ // Background blur -- exactly like done in Kicker
+ if (KomposeSettings::instance()->getBlurBackground())
+ rootpix->setBlurEffect(0.0, 4.0);
+ else
+ rootpix->setBlurEffect(0.0, 0.0);
+
rootpix->start();
initMenu();
initView();