1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

Bug 1600: Should keep progress dialog visible throughout Exp. Multi

This commit is contained in:
Paul Licameli
2018-01-25 15:58:37 -05:00
parent f5737be02c
commit d4b21bb33e
13 changed files with 124 additions and 58 deletions

View File

@@ -75,7 +75,8 @@ private:
* @param t1 End time for export
* @param tags Metadata to include in the file (if possible).
*/
ProgressResult DoExport(unsigned channels,
ProgressResult DoExport(std::unique_ptr<ProgressDialog> &pDialog,
unsigned channels,
const wxFileName &name,
bool selectedOnly,
double t0,