From 31f9da7b8ffd3f14cb801383fe8016cc0f1027fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 23 Jan 2010 09:28:33 +0100 Subject: [PATCH] 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 --- js/ui/workspacesView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 82a62588e..2c9e867db 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -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++)