Explorar el Código

Fix `TabBar` not redrawing on locale change

Danil Alexeev hace 2 años
padre
commit
1cdf3398a0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: {