workspacesView: Update workspace visibility when entering overview

This was missed in commit 96f63b08c2 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
This commit is contained in:
Florian Müllner 2020-10-02 19:26:46 +02:00
parent 6ce4605c3a
commit ab9aa5b1f2

View File

@ -141,6 +141,7 @@ class WorkspacesView extends WorkspacesViewBase {
this._workspaces[w].fadeToOverview();
}
this._updateScrollPosition();
this._updateVisibility();
}
animateFromOverview(animationType) {