Fix scene tab titles not updating on language change

This commit is contained in:
AegisTTN
2026-06-22 15:33:42 +01:00
parent 28db2de289
commit e2a31a12df
+1 -1
View File
@@ -78,7 +78,7 @@ void EditorSceneTabs::_notification(int p_what) {
case NOTIFICATION_LAYOUT_DIRECTION_CHANGED:
case NOTIFICATION_TRANSLATION_CHANGED: {
_scene_tabs_resized();
_update_tab_titles();
} break;
}
}