13
0

Add guard points when drawing freehand automation

This commit is contained in:
Robin Gareus 2024-07-12 00:48:14 +02:00
parent 5a647cd84a
commit 9b1a56febf

View File

@ -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());
} }