13
0

Export Audition: don't rely on audition-progress 100% for "end"

This commit is contained in:
Robin Gareus 2016-02-14 01:24:00 +01:00
parent 820bd0fe51
commit 794f4cd360

View File

@ -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