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
commit cefa56ef1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: {