mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-17 06:34:00 +01:00
Fix for bug 2230 - Audacity crashes on selecting Resample
See https://bugzilla.audacityteam.org/show_bug.cgi?id=2230
This commit is contained in:
@@ -694,7 +694,6 @@ void OnResample(const CommandContext &context)
|
||||
while (true)
|
||||
{
|
||||
wxDialogWrapper dlg(&window, wxID_ANY, wxString(_("Resample")));
|
||||
dlg.SetName(dlg.GetTitle());
|
||||
ShuttleGui S(&dlg, eIsCreating);
|
||||
wxString rate;
|
||||
wxComboBox *cb;
|
||||
|
||||
Reference in New Issue
Block a user