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

-Properly keep animation editor and viewport state while switching scene tabs

This commit is contained in:
Juan Linietsky
2015-08-29 22:59:25 -03:00
parent b4acd18f32
commit 1bad27e1f8
4 changed files with 67 additions and 1 deletions

View File

@@ -1765,6 +1765,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
int idx = editor_data.add_edited_scene(-1);
_scene_tab_changed(idx);
editor_data.clear_editor_states();
//_cleanup_scene();