Fix regression with min size on nested inspectors

This commit is contained in:
Michael Alexsander 2025-09-23 13:04:15 -03:00
parent 3d91a48298
commit 8b68b55d16
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA

View file

@ -320,7 +320,6 @@ void EditorProperty::_notification(int p_what) {
height = MAX(height, minsize.height);
no_children = false;
}
child_room = MAX(child_room, get_minimum_size().width);
if (no_children) {
text_size = size.width;