mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Bug1176 (snap guides should appear for clicks as well as drags); bug752 remains fixed too
This commit is contained in:
parent
6ac9609d10
commit
ac5d204e70
@ -2814,8 +2814,8 @@ void TrackPanel::StartSelection(int mouseXCoordinate, int trackLeftEdge)
|
||||
bool snappedPoint, snappedTime;
|
||||
if (mSnapManager->Snap(mCapturedTrack, mSelStart, false,
|
||||
&s, &snappedPoint, &snappedTime)) {
|
||||
//if (snappedPoint)
|
||||
//mSnapLeft = mViewInfo->TimeToPosition(s, trackLeftEdge);
|
||||
if (snappedPoint)
|
||||
mSnapLeft = mViewInfo->TimeToPosition(s, trackLeftEdge);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user