1
0
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:
Rémi Verschelde
2019-09-24 11:13:44 +02:00
committed by GitHub

View File

@@ -645,6 +645,7 @@ void Control::_notification(int p_notification) {
} break;
case NOTIFICATION_THEME_CHANGED: {
minimum_size_changed();
update();
} break;
case NOTIFICATION_MODAL_CLOSE: {