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:
parent
6ce4605c3a
commit
ab9aa5b1f2
@ -141,6 +141,7 @@ class WorkspacesView extends WorkspacesViewBase {
|
||||
this._workspaces[w].fadeToOverview();
|
||||
}
|
||||
this._updateScrollPosition();
|
||||
this._updateVisibility();
|
||||
}
|
||||
|
||||
animateFromOverview(animationType) {
|
||||
|
Loading…
Reference in New Issue
Block a user