when adding automation points from the kbd, use guard points
It's just better when you edit later.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user