godot
godot copied to clipboard
Moving nodes together makes Control have 'metadata/_edit_use_anchors_ = true'. It makes Control size can't be edited and occurs 'scene/gui/control.cpp:829 - Condition "parent_rect_size.x == 0.0" is true.'
Godot version
4.0.stable.official (92bee43)
System information
Windows 10
Issue description
Moving nodes together makes Control have metadata/_edit_use_anchors_ = true.
It makes Control size can't be edited and occurs scene/gui/control.cpp:829 - Condition "parent_rect_size.x == 0.0" is true.
You can see metadata/_edit_use_anchors_ = true if you open the scene file with text editor.
Steps to reproduce
Select nodes with shift key.

Move them.

Try to resize Control.

Minimal reproduction project
(-)