Add guard points when drawing freehand automation
This commit is contained in:
parent
5a647cd84a
commit
9b1a56febf
@ -85,7 +85,7 @@ MergeableLine::merge_drawn_line (Editor& e, Session& s, Evoral::ControlList::Ord
|
|||||||
}
|
}
|
||||||
|
|
||||||
list->freeze ();
|
list->freeze ();
|
||||||
list->editor_add_ordered (points, false);
|
list->editor_add_ordered (points, true);
|
||||||
if (thin) {
|
if (thin) {
|
||||||
list->thin (Config->get_automation_thinning_factor());
|
list->thin (Config->get_automation_thinning_factor());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user