You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Merge pull request #21971 from scayze/window_title_update
Update window title when switching scenes
This commit is contained in:
@@ -2757,6 +2757,8 @@ void EditorNode::set_current_scene(int p_idx) {
|
||||
Dictionary state = editor_data.restore_edited_scene_state(editor_selection, &editor_history);
|
||||
_edit_current();
|
||||
|
||||
_update_title();
|
||||
|
||||
call_deferred("_set_main_scene_state", state, get_edited_scene()); //do after everything else is done setting up
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user