1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #61271 from timothyqiu/min-size-recover

This commit is contained in:
Rémi Verschelde
2022-05-22 18:20:39 +02:00
committed by GitHub

View File

@@ -836,6 +836,7 @@ void Control::_notification(int p_notification) {
}
} else {
data.minimum_size_valid = false;
_update_minimum_size();
_size_changed();
}
} break;