workspacesView: Make sure to update workspace actors when entering the overview

Otherwise, they will be in the wrong positions.
This commit is contained in:
Jasper St. Pierre 2013-10-30 18:19:18 -04:00
parent d401b493a4
commit b6c3c9891c

View File

@ -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() {