fix up error during manual rebase correction

This commit is contained in:
Paul Davis 2024-04-24 21:42:13 -06:00
parent bcb7a7c5bb
commit 38bbae3b7f
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ AudioRegionView::init (bool wfd)
setup_waveform_visibility ();
if (gain_line) {
if (_fx_line) {
get_canvas_frame()->set_data ("linemerger", (LineMerger*) this);
_fx_line->canvas_group().raise_to_top ();
}