Skip to content

Commit c82387b

Browse files
committed
Merge pull request godotengine#110827 from YeldhamDev/not_quite_right
Fix regression with min size on nested inspectors
2 parents 51ba8c1 + 8b68b55 commit c82387b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/inspector/editor_inspector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ void EditorProperty::_notification(int p_what) {
320320
height = MAX(height, minsize.height);
321321
no_children = false;
322322
}
323-
child_room = MAX(child_room, get_minimum_size().width);
324323

325324
if (no_children) {
326325
text_size = size.width;

0 commit comments

Comments
 (0)