1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix main editor title after changing language

This commit is contained in:
Haoyu Qiu
2025-07-08 10:28:08 +08:00
parent 4d1f26e1fd
commit 4f6b9af42a

View File

@@ -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;