mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
Fix bug in effect presets dialog...
... introduced at 46e99bb038b7619970ff99578f656c5f6cc80996
This commit is contained in:
parent
7c8bef9467
commit
ee797f59de
@ -638,7 +638,7 @@ wxString EffectManager::GetPreset(const PluginID & ID, const wxString & params,
|
|||||||
|
|
||||||
if (dlg.ShowModal())
|
if (dlg.ShowModal())
|
||||||
preset = dlg.GetSelected();
|
preset = dlg.GetSelected();
|
||||||
|
else
|
||||||
preset = wxEmptyString;
|
preset = wxEmptyString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user