From 86c654132358b22f62a0672b11f436eb9123367e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Mar 2015 00:21:29 -0400 Subject: Move PC flags to avoid obscuring region name. Fixes bug #6179. Top vs. bottom seems pretty arbitrary to me, and this solves the obscuring issue (which is quite common since there are often PC events at the start of MIDI files), so bottom it is. --- gtk2_ardour/patch_change.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/patch_change.cc') diff --git a/gtk2_ardour/patch_change.cc b/gtk2_ardour/patch_change.cc index bde5b4bf25..601011d017 100644 --- a/gtk2_ardour/patch_change.cc +++ b/gtk2_ardour/patch_change.cc @@ -60,7 +60,8 @@ PatchChange::PatchChange(MidiRegionView& region, height, ARDOUR_UI::config()->color ("midi patch change outline"), ARDOUR_UI::config()->color_mod ("midi patch change fill", "midi patch change fill"), - ArdourCanvas::Duple (x, y)); + ArdourCanvas::Duple (x, y), + true); CANVAS_DEBUG_NAME (_flag, text); -- cgit v1.2.3