1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00
This commit is contained in:
Leland Lucius
2015-08-24 00:34:59 -05:00
parent 90e6f3011e
commit 2e2dcd1bcf

View File

@@ -957,6 +957,9 @@ int ExportMultiple::DoExport(int channels,
mExported.Add(name.GetFullPath());
}
Refresh();
Update();
return success;
}