From 02911bcbb5c77dc71df5d40fe41fe7c167a137a2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 6 Nov 2014 10:54:42 -0500 Subject: [PATCH] any bounds change for a Location should raise the marker to the top of its canvas group, to implement "last moved is highest" rule from Igor --- gtk2_ardour/marker.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc index a90fb82097..3f93a2227b 100644 --- a/gtk2_ardour/marker.cc +++ b/gtk2_ardour/marker.cc @@ -415,6 +415,7 @@ Marker::bounds_changed () /* handler can only be invoked if _location was non-null */ set_position (_location->start ()); + group->raise_to_top (); } void