1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 07:10:06 +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); effect.mDebug = (mUIResultID == eDebugID);
SelectedRegion region(mT0, mT1); SelectedRegion region(mT0, mT1);
effect.DoEffect(parent, return effect.DoEffect(parent,
mProjectRate, mProjectRate,
mTracks, mTracks,
mFactory, mFactory,
&region, &region,
true); true);
return false;
} }
void NyquistEffect::PopulateOrExchange(ShuttleGui & S) void NyquistEffect::PopulateOrExchange(ShuttleGui & S)