[effects/cubeslide] Always slide desktop window

This commit is contained in:
Vlad Zagorodniy 2018-09-14 12:45:33 +03:00
parent ca1b5ea107
commit 9043c092f9

View file

@ -536,6 +536,9 @@ bool CubeSlideEffect::shouldAnimate(const EffectWindow* w) const
return !dontSlidePanels;
}
if (w->isOnAllDesktops()) {
if (w->isDesktop()) {
return true;
}
if (!w->isManaged()) {
return false;
}