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:
committed by
Paul Licameli
parent
b93a2e53cc
commit
9e33e9082f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user