diff --git a/effects/fade/package/contents/code/main.js b/effects/fade/package/contents/code/main.js index e47153ecf2..34a9427594 100644 --- a/effects/fade/package/contents/code/main.js +++ b/effects/fade/package/contents/code/main.js @@ -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) {