bugfix
This commit is contained in:
parent
95a1ed9115
commit
fbe68831f8
@ -174,7 +174,7 @@ bricks.Popup = class extends bricks.VBox {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.is_resizing = true;
|
this.is_resizing = true;
|
||||||
var d = calculate_moving_pos(e);
|
var d = this.calculate_moving_pos(e);
|
||||||
var cx, cy;
|
var cx, cy;
|
||||||
cx = this.get_width() + d.x;
|
cx = this.get_width() + d.x;
|
||||||
cy = this.get_height() + d.y;
|
cy = this.get_height() + d.y;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user