diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index 048957bf8d..5dbbbcdb38 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -1347,7 +1347,7 @@ Editor::automation_create_point_at_edit_point () event.button.button = 1; event.button.state = 0; - atv->line()->add (atv->control(), &event, where, atv->line()->the_list()->eval (where), false, true); + atv->line()->add (atv->control(), &event, where, atv->line()->the_list()->eval (where), true, true); } void