mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Export Audition: don't rely on audition-progress 100% for "end"
This commit is contained in:
parent
820bd0fe51
commit
794f4cd360
1 changed files with 4 additions and 0 deletions
|
|
@ -669,6 +669,10 @@ void
|
||||||
ExportReport::audition_active (bool active)
|
ExportReport::audition_active (bool active)
|
||||||
{
|
{
|
||||||
stop_btn->set_sensitive (active);
|
stop_btn->set_sensitive (active);
|
||||||
|
if (!active && _audition_num == _page_num) {
|
||||||
|
assert (timeline[_audition_num]);
|
||||||
|
timeline[_audition_num]->set_playhead (-1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue