lollis: note selection should move corresponding lolli to top

This commit is contained in:
Paul Davis 2023-06-27 14:07:31 -06:00
parent ce1ec1107c
commit 58a6fcfe37
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ VelocityGhostRegion::note_selected (NoteBase* ev)
ArdourCanvas::Lollipop* lolli = dynamic_cast<ArdourCanvas::Lollipop*> (gev->item);
lolli->set_outline_color (ev->selected() ? UIConfiguration::instance().color ("midi note selected outline") : 0x000000ff);
lolli->raise_to_top();
}
void