mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ class WorkspacesView extends WorkspacesViewBase {
|
|||
this._workspaces[w].fadeToOverview();
|
||||
}
|
||||
this._updateScrollPosition();
|
||||
this._updateVisibility();
|
||||
}
|
||||
|
||||
animateFromOverview(animationType) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue