mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename minimum_size_changed() method
This commit is contained in:
@@ -295,7 +295,7 @@ void BoxContainer::_notification(int p_what) {
|
||||
_resort();
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
minimum_size_changed();
|
||||
update_minimum_size();
|
||||
} break;
|
||||
case NOTIFICATION_TRANSLATION_CHANGED:
|
||||
case NOTIFICATION_LAYOUT_DIRECTION_CHANGED: {
|
||||
|
||||
Reference in New Issue
Block a user