reset export status when not normalizing - fixes #6816
This commit is contained in:
parent
4ad055745f
commit
ac3da53f71
@ -234,6 +234,7 @@ ExportHandler::process (framecnt_t frames)
|
|||||||
Glib::Threads::Mutex::Lock l (export_status->lock());
|
Glib::Threads::Mutex::Lock l (export_status->lock());
|
||||||
return process_normalize ();
|
return process_normalize ();
|
||||||
} else {
|
} else {
|
||||||
|
export_status->active_job = ExportStatus::Exporting;
|
||||||
Glib::Threads::Mutex::Lock l (export_status->lock());
|
Glib::Threads::Mutex::Lock l (export_status->lock());
|
||||||
return process_timespan (frames);
|
return process_timespan (frames);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user