1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 00:53:46 +02:00

I think this is what was meant by the last patch.

This commit is contained in:
martynshaw99
2012-12-31 00:06:41 +00:00
parent 37731d25bc
commit afbbcc179a

View File

@@ -67,7 +67,7 @@ TimeTrack::TimeTrack(TimeTrack &orig):
mEnvelope->Flatten(1.0);
mEnvelope->Mirror(false);
mEnvelope->SetOffset(0);
mEnvelope->SetRange(orig.GetMinValue(), orig.GetMaxValue());
mEnvelope->SetRange(orig.mEnvelope->GetMinValue(), orig.mEnvelope->GetMaxValue());
mEnvelope->Paste(0.0, orig.mEnvelope);
mRuler = new Ruler();