1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Revert "Fix Clearing Inspector for Remote Node"

This commit is contained in:
Emmanuel Barroga
2019-09-05 06:58:36 -07:00
committed by GitHub
parent 8bcf6ca953
commit 2bac4e1784
2 changed files with 1 additions and 4 deletions

View File

@@ -1391,7 +1391,7 @@ void ScriptEditorDebugger::stop() {
profiler->set_enabled(true);
inspect_scene_tree->clear();
EditorNode::get_singleton()->edit_current();
inspector->edit(NULL);
EditorNode::get_singleton()->get_pause_button()->set_pressed(false);
EditorNode::get_singleton()->get_pause_button()->set_disabled(true);
EditorNode::get_singleton()->get_scene_tree_dock()->hide_remote_tree();