mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
reset export status when not normalizing - fixes #6816
This commit is contained in:
parent
4ad055745f
commit
ac3da53f71
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ ExportHandler::process (framecnt_t frames)
|
|||
Glib::Threads::Mutex::Lock l (export_status->lock());
|
||||
return process_normalize ();
|
||||
} else {
|
||||
export_status->active_job = ExportStatus::Exporting;
|
||||
Glib::Threads::Mutex::Lock l (export_status->lock());
|
||||
return process_timespan (frames);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue