don't fade/out in windows on other desktops
BUG: 302101 FIXED-IN: 4.9 REVIEW: 105297
This commit is contained in:
parent
9f172ad9a7
commit
3ef69476e7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function isFadeWindow(w) {
|
||||||
} else if (!w.deleted && effect.isGrabbed(w, Effect.WindowAddedGrabRole)) {
|
} else if (!w.deleted && effect.isGrabbed(w, Effect.WindowAddedGrabRole)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return !isLoginWindow(w) && !w.desktopWindow && !w.utility;
|
return w.isOnCurrentDesktop && !isLoginWindow(w) && !w.desktopWindow && !w.utility;
|
||||||
}
|
}
|
||||||
|
|
||||||
function isLoginWindow(w) {
|
function isLoginWindow(w) {
|
||||||
|
|
Loading…
Reference in a new issue