mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-27 09:38:39 +02:00
Fix for bug #1006
This commit is contained in:
parent
cdfb55ddf5
commit
d76ed7e837
@ -2465,11 +2465,13 @@ void Effect::Preview(bool dryOnly)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mixLeft->Offset(-mixLeft->GetStartTime());
|
||||||
mixLeft->InsertSilence(0.0, mT0);
|
mixLeft->InsertSilence(0.0, mT0);
|
||||||
mixLeft->SetSelected(true);
|
mixLeft->SetSelected(true);
|
||||||
mixLeft->SetDisplay(WaveTrack::NoDisplay);
|
mixLeft->SetDisplay(WaveTrack::NoDisplay);
|
||||||
mTracks->Add(mixLeft);
|
mTracks->Add(mixLeft);
|
||||||
if (mixRight) {
|
if (mixRight) {
|
||||||
|
mixRight->Offset(-mixRight->GetStartTime());
|
||||||
mixRight->InsertSilence(0.0, mT0);
|
mixRight->InsertSilence(0.0, mT0);
|
||||||
mixRight->SetSelected(true);
|
mixRight->SetSelected(true);
|
||||||
mTracks->Add(mixRight);
|
mTracks->Add(mixRight);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user