mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
automation drawing: fatter line
This commit is contained in:
parent
d12aa315fc
commit
f6f1f3393d
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue