lollis: tweak color of dragging line (still not sure about this)

This commit is contained in:
Paul Davis 2023-06-26 13:38:28 -06:00
parent 7dc532a646
commit 57fc25c28d
1 changed files with 1 additions and 1 deletions

View File

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