mirror of https://github.com/godotengine/godot
Remove UndoRedo calls trying to call removed EditorInspector::refresh()
This commit is contained in:
parent
a80793fcb8
commit
8c3286670f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue