workspace: don't show WindowOverlay during zoomFromOverview

https://bugzilla.gnome.org/show_bug.cgi?id=641533
This commit is contained in:
Maxim Ermilov
2011-02-11 00:41:07 +03:00
parent 475c36048b
commit aba6a85c56
2 changed files with 5 additions and 12 deletions

View File

@ -634,7 +634,7 @@ WorkspacesView.prototype = {
let dy = newY - currentY;
for (let i = 0; i < this._workspaces.length; i++) {
this._workspaces[i]._hideAllOverlays();
this._workspaces[i].hideWindowsOverlays();
this._workspaces[i].actor.visible = Math.abs(i - adj.value) <= 1;
this._workspaces[i].actor.y += dy;
}