diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index ee53dc80a1f..d705e741463 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -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;