mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
when adding automation points from the kbd, use guard points
It's just better when you edit later.
This commit is contained in:
parent
aa68198487
commit
5dbba0b154
1 changed files with 1 additions and 1 deletions
|
|
@ -1347,7 +1347,7 @@ Editor::automation_create_point_at_edit_point ()
|
||||||
event.button.button = 1;
|
event.button.button = 1;
|
||||||
event.button.state = 0;
|
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
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue