From 8c3286670f2d8db6a7ee319fe22c4a5487b76427 Mon Sep 17 00:00:00 2001 From: kleonc <9283098+kleonc@users.noreply.github.com> Date: Sun, 22 May 2022 19:27:58 +0200 Subject: Remove UndoRedo calls trying to call removed EditorInspector::refresh() --- editor/multi_node_edit.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor') diff --git a/editor/multi_node_edit.cpp b/editor/multi_node_edit.cpp index 432d1ee4cc..a694b8d754 100644 --- a/editor/multi_node_edit.cpp +++ b/editor/multi_node_edit.cpp @@ -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; -- cgit v1.2.3