diff --git a/src/NoteTrack.cpp b/src/NoteTrack.cpp index 3d530d4f7..24508634a 100644 --- a/src/NoteTrack.cpp +++ b/src/NoteTrack.cpp @@ -498,7 +498,7 @@ Track::Holder NoteTrack::Copy(double t0, double t1, bool) const auto &seq = GetSeq(); seq.convert_to_seconds(); newTrack->mSeq.reset(seq.copy(t0 - GetOffset(), len, false)); - newTrack->SetOffset(GetOffset()); + newTrack->SetOffset(0); // What should be done with the rest of newTrack's members? // (mBottomNote, mDirManager, mSerializationBuffer,