added _change_notify in Control::set_scale to fix iss48936

This commit is contained in:
phil-shenk 2021-05-22 01:12:53 -04:00
parent 2660fafcc0
commit 04729d9c65

View File

@ -2586,6 +2586,7 @@ void Control::set_scale(const Vector2 &p_scale) {
}
update();
_notify_transform();
_change_notify("rect_scale");
}
Vector2 Control::get_scale() const {
return data.scale;