Desktop grid effect now does not preserve space for windows from

other activities.
BUG:242555
icc-effect-5.14.5
Jan Gerrit Marker 2011-04-24 17:44:54 +02:00
parent 2407b0fbc4
commit 122a97b9c8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}