mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Don't push remote object if the same remote object is already in the history
Fix error inspector capitalization with regular objects after insepct remote objects
This commit is contained in:
parent
29cd034e23
commit
31b1a77dbc
3 changed files with 16 additions and 7 deletions
|
|
@ -3618,6 +3618,7 @@ void PropertyEditor::edit(Object *p_object) {
|
|||
|
||||
if (obj) {
|
||||
|
||||
set_enable_capitalize_paths(true);
|
||||
obj->remove_change_receptor(this);
|
||||
|
||||
if (obj->is_type("ScriptEditorDebuggerInspectedObject")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue