Skip to content

Commit 8b68b55

Browse files
committed
Fix regression with min size on nested inspectors
1 parent 3d91a48 commit 8b68b55

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)