1
0
Fork 0

Merge pull request #108396 from timothyqiu/editor-title

Fix main editor title after changing language
This commit is contained in:
Thaddeus Crews 2025-07-09 11:33:12 -05:00
commit 31d253d827
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 1 additions and 0 deletions

View File

@ -769,6 +769,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;