diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index bf42325a988..ff52236c0bf 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -1772,7 +1772,7 @@ void Control::_size_changed() { } } - if (pos_changed && !size_changed) { + if (pos_changed && !approx_size_changed) { _update_canvas_item_transform(); }