There was an error while loading. Please reload this page.
2 parents 269145a + 6e1dc7b commit 16fc023Copy full SHA for 16fc023
1 file changed
scene/gui/spin_box.cpp
@@ -211,6 +211,10 @@ void SpinBox::_notification(int p_what) {
211
212
_adjust_width_for_icon(get_icon("updown"));
213
_value_changed(0);
214
+ } else if (p_what == NOTIFICATION_THEME_CHANGED) {
215
+
216
+ call_deferred("minimum_size_changed");
217
+ get_line_edit()->call_deferred("minimum_size_changed");
218
}
219
220
0 commit comments