mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue