mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix continous update of the remote properties
Remove useless debugger property panel Rename Remote Inspector to Live Scene Tree
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user