mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
Remove flushing of preferences in ShuttlePrefs and only
flush when all settings have been written.
This commit is contained in:
@@ -216,6 +216,8 @@ bool ExportPCMOptions::TransferDataFromWindow()
|
||||
ShuttleGui S(this, eIsSavingToPrefs);
|
||||
PopulateOrExchange(S);
|
||||
|
||||
gPrefs->Flush();
|
||||
|
||||
WriteExportFormatPref(GetFormat());
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user