workspace: reposition windows on workspace resize
initial window position was broken (part of close button was clipped) https://bugzilla.gnome.org/show_bug.cgi?id=651012
This commit is contained in:
parent
60f41a109f
commit
efc194e36c
@ -633,6 +633,7 @@ Workspace.prototype = {
|
||||
function () {
|
||||
this._dropRect.set_position(x, y);
|
||||
this._dropRect.set_size(width, height);
|
||||
this.positionWindows(WindowPositionFlags.ANIMATE);
|
||||
return false;
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user