You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Merge pull request #31935 from aole/Change-minimum-size-when-theme-changed
Change minimum size when theme changed
This commit is contained in:
@@ -645,6 +645,7 @@ void Control::_notification(int p_notification) {
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
|
||||
minimum_size_changed();
|
||||
update();
|
||||
} break;
|
||||
case NOTIFICATION_MODAL_CLOSE: {
|
||||
|
||||
Reference in New Issue
Block a user