Merge pull request #102562 from KoBeWi/edytor_dans_todos_Sprache

Enable changing editor language without restart
This commit is contained in:
Thaddeus Crews
2025-03-24 15:27:33 -05:00
3 changed files with 13 additions and 9 deletions

View File

@@ -769,9 +769,7 @@ void SceneTree::_main_window_focus_in() {
void SceneTree::_notification(int p_notification) {
switch (p_notification) {
case NOTIFICATION_TRANSLATION_CHANGED: {
if (!Engine::get_singleton()->is_editor_hint()) {
get_root()->propagate_notification(p_notification);
}
get_root()->propagate_notification(p_notification);
} break;
case NOTIFICATION_OS_MEMORY_WARNING: