mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
lollis: tweak color of dragging line (still not sure about this)
This commit is contained in:
parent
7dc532a646
commit
57fc25c28d
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ VelocityGhostRegion::base_event (GdkEvent* ev)
|
|||
if (!dragging_line) {
|
||||
dragging_line = new ArdourCanvas::PolyLine (_note_group);
|
||||
dragging_line->set_ignore_events (true);
|
||||
dragging_line->set_outline_color (0x00ff00ff);
|
||||
dragging_line->set_outline_color (UIConfiguration::instance().color ("midi note selected outline"));
|
||||
}
|
||||
dragging_line->set (ArdourCanvas::Points());
|
||||
dragging_line->show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue