1
0
Fork 0

Remove UndoRedo calls trying to call removed EditorInspector::refresh()

This commit is contained in:
kleonc 2022-05-22 19:27:58 +02:00
parent a80793fcb8
commit 8c3286670f
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ bool MultiNodeEdit::_set_impl(const StringName &p_name, const Variant &p_value,
ur->add_undo_property(n, name, n->get(name));
}
ur->add_do_method(InspectorDock::get_inspector_singleton(), "refresh");
ur->add_undo_method(InspectorDock::get_inspector_singleton(), "refresh");
ur->commit_action();
return true;