1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

TrackShifters responsible for snapping; remove a TrackList::Visit...

... Also dependency of TimeShiftHandle on LabelTrack, lately added, is removed
This commit is contained in:
Paul Licameli
2020-09-09 20:27:26 -04:00
parent eb22892064
commit 00f761eb5e
3 changed files with 13 additions and 58 deletions

View File

@@ -652,7 +652,6 @@ double DoClipMove
state.capturedClipIsSelection =
track->GetSelected() && !selectedRegion.isPoint();
state.trackExclusions.clear();
TimeShiftHandle::Init(
state, viewInfo, *track, trackList, syncLocked, t0 );