mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #110827 from YeldhamDev/not_quite_right
Fix regression with min size on nested inspectors
This commit is contained in:
commit
c82387b384
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ void EditorProperty::_notification(int p_what) {
|
||||||
height = MAX(height, minsize.height);
|
height = MAX(height, minsize.height);
|
||||||
no_children = false;
|
no_children = false;
|
||||||
}
|
}
|
||||||
child_room = MAX(child_room, get_minimum_size().width);
|
|
||||||
|
|
||||||
if (no_children) {
|
if (no_children) {
|
||||||
text_size = size.width;
|
text_size = size.width;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue