godot icon indicating copy to clipboard operation
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.'

Open luckyabsoluter opened this issue 2 years ago • 0 comments

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.

image

Move them.

image image

Try to resize Control.

image

Minimal reproduction project

(-)

luckyabsoluter avatar Mar 06 '23 04:03 luckyabsoluter