You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user