Procházet zdrojové kódy

Fix `TabBar` not redrawing on locale change

Danil Alexeev před 2 roky
rodič
revize
1cdf3398a0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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: {