1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +00:00

Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810

This commit is contained in:
Julian Murgia - StraToN
2016-02-24 22:07:46 +01:00
committed by Rémi Verschelde
parent f0ba9c7e78
commit d86b12a397

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();
}
}