Revert "Fix Clearing Inspector for Remote Node"
This commit is contained in:
parent
8bcf6ca953
commit
2bac4e1784
@ -78,9 +78,6 @@ void EditorPath::_about_to_show() {
|
||||
}
|
||||
|
||||
void EditorPath::update_path() {
|
||||
set_text("");
|
||||
set_tooltip("");
|
||||
set_icon(NULL);
|
||||
|
||||
for (int i = 0; i < history->get_path_size(); i++) {
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user