From 8a7e452265ca079aafe8fa6dce58ed54ca7fe824 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 8 Apr 2019 20:25:05 +0200 Subject: Yet another "Rect frame" (not a sample) --- gtk2_ardour/audio_region_view.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/audio_region_view.cc') diff --git a/gtk2_ardour/audio_region_view.cc b/gtk2_ardour/audio_region_view.cc index 42e4c5a303..094c2003cd 100644 --- a/gtk2_ardour/audio_region_view.cc +++ b/gtk2_ardour/audio_region_view.cc @@ -682,8 +682,8 @@ AudioRegionView::reset_fade_in_shape_width (boost::shared_ptr ar, s redraw_start_xfade_to (ar, width, points, effective_height, handle_left); /* ensure trim handle stays on top */ - if (sample_handle_start) { - sample_handle_start->raise_to_top(); + if (frame_handle_start) { + frame_handle_start->raise_to_top(); } } @@ -768,8 +768,8 @@ AudioRegionView::reset_fade_out_shape_width (boost::shared_ptr ar, redraw_end_xfade_to (ar, width, points, effective_height, handle_right, pwidth); /* ensure trim handle stays on top */ - if (sample_handle_end) { - sample_handle_end->raise_to_top(); + if (frame_handle_end) { + frame_handle_end->raise_to_top(); } } -- cgit v1.2.3