mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 16:41:14 +02:00
Revert fixes for bug 2096
This reverts commit b83781ccde2fb79394e1e5f82a6fd7103908f4c5. This reverts commit 55f7c0f6af48ffe7c40919d292eb905c1c9ddf97.
This commit is contained in:
parent
28e0bb25b2
commit
9eb408db56
@ -1291,9 +1291,6 @@ bool Effect::DoEffect(wxWindow *parent,
|
|||||||
|
|
||||||
bool Effect::Delegate( Effect &delegate, wxWindow *parent, bool shouldPrompt)
|
bool Effect::Delegate( Effect &delegate, wxWindow *parent, bool shouldPrompt)
|
||||||
{
|
{
|
||||||
// Ensure no net effect on the selected region
|
|
||||||
ValueRestorer< SelectedRegion > cleanup{
|
|
||||||
*mpSelectedRegion, SelectedRegion{ mT0, mT1 } };
|
|
||||||
return delegate.DoEffect( parent, mProjectRate, mTracks, mFactory,
|
return delegate.DoEffect( parent, mProjectRate, mTracks, mFactory,
|
||||||
mpSelectedRegion, shouldPrompt );
|
mpSelectedRegion, shouldPrompt );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user