From ac3da53f71b65fae8da6388c6480810c8f542785 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 12 Mar 2016 03:02:31 +0100 Subject: reset export status when not normalizing - fixes #6816 --- libs/ardour/export_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/export_handler.cc') diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc index c84af00514..cbc2ed3c91 100644 --- a/libs/ardour/export_handler.cc +++ b/libs/ardour/export_handler.cc @@ -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); } -- cgit v1.2.3