1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 23:49:28 +02:00

Fix for bug #896

This commit is contained in:
Leland Lucius 2015-09-04 10:01:09 -05:00
parent a105ee4a6d
commit 11bc5fedb3

View File

@ -1797,6 +1797,9 @@ void ExportFFmpegOptions::OnLoadPreset(wxCommandEvent& WXUNUSED(event))
mCodecList->Append(mCodecNames);
mPresets->LoadPreset(this,presetname);
DoOnFormatList();
DoOnCodecList();
}
///