Parcourir la source

Fix `TabBar` not redrawing on locale change

Danil Alexeev il y a 2 ans
Parent
commit
1cdf3398a0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      scene/gui/tab_bar.cpp

+ 2 - 0
scene/gui/tab_bar.cpp

@@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
 				_shape(i);
 			}
 
+			queue_redraw();
+
 			[[fallthrough]];
 		}
 		case NOTIFICATION_RESIZED: {