mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix up error during manual rebase correction
This commit is contained in:
parent
bcb7a7c5bb
commit
38bbae3b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ AudioRegionView::init (bool wfd)
|
||||||
|
|
||||||
setup_waveform_visibility ();
|
setup_waveform_visibility ();
|
||||||
|
|
||||||
if (gain_line) {
|
if (_fx_line) {
|
||||||
get_canvas_frame()->set_data ("linemerger", (LineMerger*) this);
|
get_canvas_frame()->set_data ("linemerger", (LineMerger*) this);
|
||||||
_fx_line->canvas_group().raise_to_top ();
|
_fx_line->canvas_group().raise_to_top ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue