Fix -new inspector- remote debug view not changing to current scene after exiting game - Fixes #20075

This commit is contained in:
ordigdug 2018-07-13 13:00:14 -04:00
parent ed55fb538a
commit 9c7e647124

View file

@ -1249,6 +1249,9 @@ void ScriptEditorDebugger::stop() {
EditorNode::get_singleton()->get_scene_tree_dock()->hide_remote_tree();
EditorNode::get_singleton()->get_scene_tree_dock()->hide_tab_buttons();
Node *node = editor->get_scene_tree_dock()->get_tree_editor()->get_selected();
editor->push_item(node);
if (hide_on_stop) {
if (is_visible_in_tree())
EditorNode::get_singleton()->hide_bottom_panel();