We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c779217 commit 0df121fCopy full SHA for 0df121f
js/ui/applet.js
@@ -1068,8 +1068,8 @@ var PopupResizeHandler = class PopupResizeHandler {
1068
let [stageX, stageY] = event.get_coords();
1069
this._drag_start_position = {x: stageX, y: stageY};
1070
this._drag_start_size = {width: this.actor.width, height: this.actor.height};
1071
- this._init_user_width = this._get_user_width();
1072
- this._init_user_height = this._get_user_height();
+ this._init_user_width = this._new_user_width = this._get_user_width();
+ this._init_user_height = this._new_user_height = this._get_user_height();
1073
1074
return true;
1075
}
0 commit comments