mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Nyquist text widget must not fail verification
This commit is contained in:
@@ -441,6 +441,12 @@ bool NyquistEffect::SetAutomationParameters(CommandParameters & parms)
|
||||
wxString val;
|
||||
good = parms.Read(ctrl.var, &val);
|
||||
}
|
||||
else if (ctrl.type == NYQ_CTRL_TEXT)
|
||||
{
|
||||
// This "control" is just fixed text (nothing to save or restore),
|
||||
// so control is always "good".
|
||||
good = true;
|
||||
}
|
||||
|
||||
if (!good)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user