13
0

automation drawing: fatter line

This commit is contained in:
Paul Davis 2023-07-10 14:38:58 -06:00
parent d12aa315fc
commit f6f1f3393d

View File

@ -7280,6 +7280,7 @@ AutomationDrawDrag::motion (GdkEvent* ev, bool first_move)
if (first_move) {
dragging_line = new ArdourCanvas::PolyLine (item());
dragging_line->set_ignore_events (true);
dragging_line->set_outline_width (2.0);
dragging_line->set_outline_color (UIConfiguration::instance().color ("automation line"));
if (ev->motion.x > grab_x()) {