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