Desktop grid effect now does not preserve space for windows from
other activities. BUG:242555
This commit is contained in:
parent
2407b0fbc4
commit
122a97b9c8
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ void DesktopGridEffect::setup()
|
|||
WindowMotionManager manager;
|
||||
foreach (EffectWindow * w, effects->stackingOrder()) {
|
||||
if (w->isOnDesktop(i) && w->screen() == j && !w->isDesktop() && !w->isDock() &&
|
||||
w->visibleInClientGroup() && !w->isSkipSwitcher()) {
|
||||
w->visibleInClientGroup() && !w->isSkipSwitcher() && w->isOnCurrentActivity()) {
|
||||
manager.manage(w);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue