mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 23:30:07 +02:00
Allow changes to be recorded in history
This commit is contained in:
parent
e8b0ca8707
commit
d95cb872a4
@ -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,
|
||||||
®ion,
|
®ion,
|
||||||
true);
|
true);
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void NyquistEffect::PopulateOrExchange(ShuttleGui & S)
|
void NyquistEffect::PopulateOrExchange(ShuttleGui & S)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user