mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
workspacesView: Make sure to update workspace actors when entering the overview
Otherwise, they will be in the wrong positions.
This commit is contained in:
parent
d401b493a4
commit
b6c3c9891c
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ const WorkspacesView = new Lang.Class({
|
|||
zoomToOverview: function() {
|
||||
for (let w = 0; w < this._workspaces.length; w++)
|
||||
this._workspaces[w].zoomToOverview();
|
||||
this._updateWorkspaceActors(false);
|
||||
},
|
||||
|
||||
zoomFromOverview: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue