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

This reverts commit 9c7e647124.

This commit caused a regression and is not a correct fix for the original issue.
Fixes #22573, reopens #20075.
This commit is contained in:
Rémi Verschelde 2018-10-01 08:56:15 +02:00
parent 3a036571f2
commit c51caa3dbd

View file

@ -1293,9 +1293,6 @@ 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();