don't fade/out in windows on other desktops

BUG: 302101
FIXED-IN: 4.9
REVIEW: 105297
This commit is contained in:
Thomas Lübking 2012-06-18 21:37:35 +02:00
parent 9f172ad9a7
commit 3ef69476e7

View file

@ -24,7 +24,7 @@ function isFadeWindow(w) {
} else if (!w.deleted && effect.isGrabbed(w, Effect.WindowAddedGrabRole)) {
return false;
}
return !isLoginWindow(w) && !w.desktopWindow && !w.utility;
return w.isOnCurrentDesktop && !isLoginWindow(w) && !w.desktopWindow && !w.utility;
}
function isLoginWindow(w) {