diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 11a60473077..5971df1b737 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -764,6 +764,7 @@ bool EditorNode::_is_project_data_missing() { void EditorNode::_notification(int p_what) { switch (p_what) { case NOTIFICATION_TRANSLATION_CHANGED: { + _update_title(); callable_mp(this, &EditorNode::_titlebar_resized).call_deferred(); } break;