1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-04 10:43:08 +01:00

Fix bug in effect presets dialog...

... introduced at 46e99bb038
This commit is contained in:
Paul Licameli
2020-04-18 22:31:51 -04:00
parent 7c8bef9467
commit ee797f59de

View File

@@ -638,8 +638,8 @@ wxString EffectManager::GetPreset(const PluginID & ID, const wxString & params,
if (dlg.ShowModal())
preset = dlg.GetSelected();
preset = wxEmptyString;
else
preset = wxEmptyString;
}
if (preset.empty())