[gnome-shell] Fix transition to zoomed window in single view



commit 31f9da7b8ffd3f14cb801383fe8016cc0f1027fb
Author: Florian Müllner <fmuellner src gnome org>
Date:   Sat Jan 23 09:28:33 2010 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 82a6258..2c9e867 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++)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]