Browse Source

Merge pull request #31935 from aole/Change-minimum-size-when-theme-changed

Change minimum size when theme changed
Rémi Verschelde 5 years ago
parent
commit
cefa56ef1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/gui/control.cpp

+ 1 - 0
scene/gui/control.cpp

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