mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810
This commit is contained in:
parent
f2a567d925
commit
5d5b7f2120
@ -4539,7 +4539,7 @@ void EditorNode::_scene_tab_closed(int p_tab) {
|
||||
}
|
||||
else {
|
||||
_remove_scene(p_tab);
|
||||
//_update_scene_tabs();
|
||||
_update_scene_tabs();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user