13
0

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

This commit is contained in:
Paul Davis 2013-04-27 09:23:08 -04:00
parent 54bf06e63c
commit 47f9d7fa12

View File

@ -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);