diff --git a/src/effects/slide/slide.cpp b/src/effects/slide/slide.cpp index f2e5093601..b497527eef 100644 --- a/src/effects/slide/slide.cpp +++ b/src/effects/slide/slide.cpp @@ -215,7 +215,7 @@ QPoint SlideEffect::getDrawCoords(QPointF pos, EffectScreen *screen) bool SlideEffect::isTranslated(const EffectWindow *w) const { if (w->isOnAllDesktops()) { - if (w->isDock()) { + if (w->isDock() || w->isAppletPopup()) { return m_slideDocks; } if (w->isDesktop()) {