You've already forked godot
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:
@@ -764,6 +764,7 @@ bool EditorNode::_is_project_data_missing() {
|
|||||||
void EditorNode::_notification(int p_what) {
|
void EditorNode::_notification(int p_what) {
|
||||||
switch (p_what) {
|
switch (p_what) {
|
||||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||||
|
_update_title();
|
||||||
callable_mp(this, &EditorNode::_titlebar_resized).call_deferred();
|
callable_mp(this, &EditorNode::_titlebar_resized).call_deferred();
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user