1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Warn about autowrapped labels in containers

This commit is contained in:
Yuri Sizov
2023-11-09 14:09:15 +01:00
parent d1381bbca2
commit 58a3cfa192
2 changed files with 16 additions and 0 deletions

View File

@@ -1653,6 +1653,7 @@ void Control::set_custom_minimum_size(const Size2 &p_custom) {
data.custom_minimum_size = p_custom;
update_minimum_size();
update_configuration_warnings();
}
Size2 Control::get_custom_minimum_size() const {