workspace: Don't recalculate window positions when leaving the overview

https://bugzilla.gnome.org/show_bug.cgi?id=682286
This commit is contained in:
Jasper St. Pierre 2012-08-20 20:08:40 -04:00
parent 17a3d2c63f
commit e073670c4d

View File

@ -1073,6 +1073,9 @@ const Workspace = new Lang.Class({
* ANIMATE - Indicates that we need animate changing position.
*/
positionWindows: function(flags) {
if (this.leavingOverview)
return;
this._positionWindowsFlags |= flags;
if (this._positionWindowsId > 0)