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:
parent
e8b0ca8707
commit
d95cb872a4
@ -646,14 +646,12 @@ bool NyquistEffect::ShowInterface(wxWindow *parent, bool forceModal)
|
||||
effect.mDebug = (mUIResultID == eDebugID);
|
||||
|
||||
SelectedRegion region(mT0, mT1);
|
||||
effect.DoEffect(parent,
|
||||
mProjectRate,
|
||||
mTracks,
|
||||
mFactory,
|
||||
®ion,
|
||||
true);
|
||||
|
||||
return false;
|
||||
return effect.DoEffect(parent,
|
||||
mProjectRate,
|
||||
mTracks,
|
||||
mFactory,
|
||||
®ion,
|
||||
true);
|
||||
}
|
||||
|
||||
void NyquistEffect::PopulateOrExchange(ShuttleGui & S)
|
||||
|
Loading…
x
Reference in New Issue
Block a user