[gnome-shell] workspacesView: Update workspace visibility when entering overview



commit ab9aa5b1f2a976a8a155dcddb9996a33246c4b63
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Oct 2 19:26:46 2020 +0200

    workspacesView: Update workspace visibility when entering overview
    
    This was missed in commit 96f63b08c24 when splitting the combined
    layout+scrolling method into allocation and translation.
    
    Add it back to prevent windows from other windows leaking into view
    during the transition.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3208

 js/ui/workspacesView.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 3b38bee02a..b97bf5a4c8 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -141,6 +141,7 @@ class WorkspacesView extends WorkspacesViewBase {
                 this._workspaces[w].fadeToOverview();
         }
         this._updateScrollPosition();
+        this._updateVisibility();
     }
 
     animateFromOverview(animationType) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]