You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Merge pull request #110827 from YeldhamDev/not_quite_right
Fix regression with min size on nested inspectors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user