Fix transition to zoomed window in single view
Fix messed up transition from overview when activating a zoomed in window. https://bugzilla.gnome.org/show_bug.cgi?id=607872
This commit is contained in:
parent
05e3a747d0
commit
31f9da7b8f
@ -183,7 +183,6 @@ GenericWorkspacesView.prototype = {
|
||||
let activeWorkspaceIndex = global.screen.get_active_workspace_index();
|
||||
let activeWorkspace = this._workspaces[activeWorkspaceIndex];
|
||||
|
||||
this._positionWorkspaces();
|
||||
activeWorkspace.actor.raise_top();
|
||||
|
||||
for (let w = 0; w < this._workspaces.length; w++)
|
||||
|
Loading…
Reference in New Issue
Block a user