summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorkleonc <9283098+kleonc@users.noreply.github.com>2022-05-22 19:27:58 +0200
committerkleonc <9283098+kleonc@users.noreply.github.com>2022-05-22 19:27:58 +0200
commit8c3286670f2d8db6a7ee319fe22c4a5487b76427 (patch)
tree56618412536f4a48f4ed75ae53f845bcdcd43981 /editor
parenta80793fcb855404261163d6b2b0b7cb2c957e46f (diff)
Remove UndoRedo calls trying to call removed EditorInspector::refresh()
Diffstat (limited to 'editor')
-rw-r--r--editor/multi_node_edit.cpp2
1 files changed, 0 insertions, 2 deletions
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;