mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
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:
parent
54bf06e63c
commit
47f9d7fa12
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue