mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Revert "Update Control margins when size is overridden by change to minsize"
This commit is contained in:
parent
1107799de5
commit
f494d5f10b
@ -289,7 +289,7 @@ void Control::_update_minimum_size() {
|
||||
Size2 minsize = get_combined_minimum_size();
|
||||
if (minsize.x > data.size_cache.x ||
|
||||
minsize.y > data.size_cache.y) {
|
||||
set_size(data.size_cache);
|
||||
_size_changed();
|
||||
}
|
||||
|
||||
data.updating_last_minimum_size = false;
|
||||
|
Loading…
Reference in New Issue
Block a user