diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc index b7e0d17234..957e0c03ee 100644 --- a/gtk2_ardour/streamview.cc +++ b/gtk2_ardour/streamview.cc @@ -721,7 +721,7 @@ StreamView::setup_new_rec_layer_time (boost::shared_ptr region) top-layered region after the start of the region we are recording and make a note of it. */ if (_layer_display == Stacked) { - _new_rec_layer_time = _trackview.track()->playlist()->find_next_top_layer_position (region->start()); + _new_rec_layer_time = _trackview.track()->playlist()->find_next_top_layer_position (region->position()); } else { _new_rec_layer_time = max_samplepos; }