1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 13:40:58 +01:00

Bug 1132: Time shift should not snap to starting positions of moving labels

This commit is contained in:
Paul Licameli
2015-08-08 16:10:33 -04:00
parent 2091185b07
commit cfdbc35990
4 changed files with 22 additions and 5 deletions

View File

@@ -2290,7 +2290,7 @@ void AdornedRulerPanel::HandleSnapping()
// Create a new snap manager in case any snap-points have changed
delete mSnapManager;
}
mSnapManager = new SnapManager(mProject->GetTracks(), NULL,
mSnapManager = new SnapManager(mProject->GetTracks(), NULL, NULL,
*mViewInfo,
QUICK_PLAY_SNAP_PIXEL);
bool snappedPoint, snappedTime;