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
@ -141,6 +141,7 @@ const WorkspacesView = new Lang.Class({
|
|||||||
zoomToOverview: function() {
|
zoomToOverview: function() {
|
||||||
for (let w = 0; w < this._workspaces.length; w++)
|
for (let w = 0; w < this._workspaces.length; w++)
|
||||||
this._workspaces[w].zoomToOverview();
|
this._workspaces[w].zoomToOverview();
|
||||||
|
this._updateWorkspaceActors(false);
|
||||||
},
|
},
|
||||||
|
|
||||||
zoomFromOverview: function() {
|
zoomFromOverview: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user