Merge pull request #3824 from StraToN/fix-close-button

Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810
This commit is contained in:
Rémi Verschelde 2016-02-24 23:37:47 +01:00
commit c91b1daad8

View File

@ -4539,7 +4539,7 @@ void EditorNode::_scene_tab_closed(int p_tab) {
}
else {
_remove_scene(p_tab);
//_update_scene_tabs();
_update_scene_tabs();
}
}