From 47f9d7fa1267beb05e5f3ef22fbf7b8073c38e32 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 27 Apr 2013 09:23:08 -0400 Subject: [PATCH] do not lower waveforms to the bottom of their group - they are supposed to be above the time axis view item frame, not below it --- gtk2_ardour/audio_region_view.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/audio_region_view.cc b/gtk2_ardour/audio_region_view.cc index 7a509cd1d8..169c66874b 100644 --- a/gtk2_ardour/audio_region_view.cc +++ b/gtk2_ardour/audio_region_view.cc @@ -1175,7 +1175,6 @@ AudioRegionView::create_one_wave (uint32_t which, bool /*direct*/) WaveView *wave = new WaveView (group, audio_region ()); CANVAS_DEBUG_NAME (wave, string_compose ("wave view for chn %1 of %2", which, get_item_name())); - wave->lower_to_bottom (); wave->set_channel (which); wave->set_y_position (yoff); wave->set_height (ht);