when adding automation points from the kbd, use guard points

It's just better when you edit later.
This commit is contained in:
Paul Davis 2025-08-12 23:29:54 -06:00
parent aa68198487
commit 5dbba0b154

View file

@ -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