1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-08 09:36:24 +01:00

Allow using default parameters as not-an-error

This commit is contained in:
James Crook
2018-02-13 22:29:51 +00:00
committed by Paul Licameli
parent b93a2e53cc
commit 9e33e9082f

View File

@@ -1095,8 +1095,9 @@ bool Effect::SetAutomationParameters(const wxString & parms)
preset
)
);
return false;
// We are using defualt settings and we still wish to continue.
return true;
//return false;
}
if (!mUIDialog)