diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 9c3b40798a..5e0716d0dd 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -3959,7 +3959,7 @@ Editor::cut_copy_points (CutCopyOp op) for (PointSelection::iterator i = selection->points.begin(); i != selection->points.end(); ++i) { boost::shared_ptr al = (*i)->line().the_list(); AutomationList::const_iterator j = (*i)->model (); - lists[al].copy->add ((*j)->when, (*j)->value); + lists[al].copy->fast_simple_add ((*j)->when, (*j)->value); } for (Lists::iterator i = lists.begin(); i != lists.end(); ++i) {