From 794f4cd360a044830586b91b5f874211a589e16b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 14 Feb 2016 01:24:00 +0100 Subject: Export Audition: don't rely on audition-progress 100% for "end" --- gtk2_ardour/export_report.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/export_report.cc b/gtk2_ardour/export_report.cc index 894d12364e..c13e95344d 100644 --- a/gtk2_ardour/export_report.cc +++ b/gtk2_ardour/export_report.cc @@ -669,6 +669,10 @@ void ExportReport::audition_active (bool active) { stop_btn->set_sensitive (active); + if (!active && _audition_num == _page_num) { + assert (timeline[_audition_num]); + timeline[_audition_num]->set_playhead (-1); + } } void -- cgit v1.2.3