Fix continous update of the remote properties

Remove useless debugger property panel
Rename Remote Inspector to Live Scene Tree
This commit is contained in:
geequlim 2017-09-02 22:19:17 +08:00
parent e59bb87fb6
commit 1473e23df8
4 changed files with 21 additions and 47 deletions

View file

@ -3618,8 +3618,10 @@ void PropertyEditor::edit(Object *p_object) {
obj->remove_change_receptor(this);
if (obj->is_type("ScriptEditorDebuggerInspectedObject"))
if (obj->is_type("ScriptEditorDebuggerInspectedObject")) {
set_enable_capitalize_paths(false);
emit_signal("object_id_selected", obj->call("get_remote_object_id"));
}
}
evaluator->edit(p_object);