From 58a6fcfe37b075a8f49da09bf746cd21fb98b904 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 Jun 2023 14:07:31 -0600 Subject: [PATCH] lollis: note selection should move corresponding lolli to top --- gtk2_ardour/velocity_ghost_region.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/velocity_ghost_region.cc b/gtk2_ardour/velocity_ghost_region.cc index 141967842b..9cf6db7799 100644 --- a/gtk2_ardour/velocity_ghost_region.cc +++ b/gtk2_ardour/velocity_ghost_region.cc @@ -326,6 +326,7 @@ VelocityGhostRegion::note_selected (NoteBase* ev) ArdourCanvas::Lollipop* lolli = dynamic_cast (gev->item); lolli->set_outline_color (ev->selected() ? UIConfiguration::instance().color ("midi note selected outline") : 0x000000ff); + lolli->raise_to_top(); } void