mirror of
https://github.com/godotengine/godot.git
synced 2025-03-01 23:21:39 +08:00
Merge pull request #61271 from timothyqiu/min-size-recover
This commit is contained in:
commit
4ded1ef482
@ -836,6 +836,7 @@ void Control::_notification(int p_notification) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
data.minimum_size_valid = false;
|
data.minimum_size_valid = false;
|
||||||
|
_update_minimum_size();
|
||||||
_size_changed();
|
_size_changed();
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
Reference in New Issue
Block a user