From 5d5b7f2120efa61d4a75552f294e12e82f449a65 Mon Sep 17 00:00:00 2001 From: Julian Murgia - StraToN Date: Wed, 24 Feb 2016 22:07:46 +0100 Subject: Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810 --- tools/editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor') diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 7fa85c4476..b2623a590b 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -4539,7 +4539,7 @@ void EditorNode::_scene_tab_closed(int p_tab) { } else { _remove_scene(p_tab); - //_update_scene_tabs(); + _update_scene_tabs(); } } -- cgit v1.2.3