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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user