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:
Florian Müllner 2010-01-23 09:28:33 +01:00 committed by Colin Walters
parent 05e3a747d0
commit 31f9da7b8f

View File

@ -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++)