mirror of https://github.com/godotengine/godot
Merge pull request #110827 from YeldhamDev/not_quite_right
Fix regression with min size on nested inspectors
This commit is contained in:
commit
c82387b384
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue