1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 16:11:14 +02:00

Adjust existing sel bound: erase any snap from start position on move

This commit is contained in:
Paul Licameli 2017-07-21 10:54:43 -04:00
parent e61e60ad25
commit a9d8da62af

View File

@ -634,6 +634,7 @@ UIHandle::Result SelectHandle::Click
#endif
mSelStartValid = true;
mSelStart = value;
mSnapStart = SnapResults{};
AdjustSelection(pProject, viewInfo, event.m_x, mRect.x, pTrack);
break;
}
@ -729,6 +730,7 @@ UIHandle::Result SelectHandle::Click
#endif
mSelStartValid = true;
mSelStart = value;
mSnapStart = SnapResults{};
break;
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
case SBBottom: