1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

Allow changes to be recorded in history

This commit is contained in:
Leland Lucius 2015-04-22 19:15:15 -05:00
parent e8b0ca8707
commit d95cb872a4

View File

@ -646,14 +646,12 @@ bool NyquistEffect::ShowInterface(wxWindow *parent, bool forceModal)
effect.mDebug = (mUIResultID == eDebugID);
SelectedRegion region(mT0, mT1);
effect.DoEffect(parent,
return effect.DoEffect(parent,
mProjectRate,
mTracks,
mFactory,
&region,
true);
return false;
}
void NyquistEffect::PopulateOrExchange(ShuttleGui & S)