This commit is contained in:
Leland Lucius 2015-06-03 14:55:52 -05:00
parent cdfb55ddf5
commit d76ed7e837
1 changed files with 2 additions and 0 deletions

View File

@ -2465,11 +2465,13 @@ void Effect::Preview(bool dryOnly)
return;
}
mixLeft->Offset(-mixLeft->GetStartTime());
mixLeft->InsertSilence(0.0, mT0);
mixLeft->SetSelected(true);
mixLeft->SetDisplay(WaveTrack::NoDisplay);
mTracks->Add(mixLeft);
if (mixRight) {
mixRight->Offset(-mixRight->GetStartTime());
mixRight->InsertSilence(0.0, mT0);
mixRight->SetSelected(true);
mTracks->Add(mixRight);