mirror of
https://github.com/godotengine/godot.git
synced 2024-11-14 16:13:08 +00:00
update window title when switching scenes
This commit is contained in:
parent
c320d9394d
commit
909885642a
@ -2759,6 +2759,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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user