mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00: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:
parent
e59bb87fb6
commit
1473e23df8
4 changed files with 21 additions and 47 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue