diff --git a/effects/dashboard/dashboard.cpp b/effects/dashboard/dashboard.cpp index 5289a8050b..ba305f0aec 100644 --- a/effects/dashboard/dashboard.cpp +++ b/effects/dashboard/dashboard.cpp @@ -164,6 +164,7 @@ void DashboardEffect::slotWindowActivated(EffectWindow *w) if (blur) { w->setData(WindowBlurBehindRole, w->geometry()); + w->setData(WindowForceBlurRole, QVariant(true)); } effects->addRepaintFull();