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:
parent
e61e60ad25
commit
a9d8da62af
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user