mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Lower mCapturedTrack into ClipMoveState, simplify one member function
This commit is contained in:
@@ -671,8 +671,8 @@ double DoClipMove
|
||||
if (!right)
|
||||
desiredSlideAmount *= -1;
|
||||
|
||||
auto hSlideAmount = state.DoSlideHorizontal(
|
||||
desiredSlideAmount, trackList, *track );
|
||||
auto hSlideAmount =
|
||||
state.DoSlideHorizontal( desiredSlideAmount, trackList );
|
||||
|
||||
// update t0 and t1. There is the possibility that the updated
|
||||
// t0 may no longer be within the clip due to rounding errors,
|
||||
|
||||
Reference in New Issue
Block a user