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

fix to bug 393, from patch submitted by Chandranshu Garg

This commit is contained in:
v.audacity 2012-08-20 21:55:45 +00:00
parent 17bb48d682
commit 4df73699fc

View File

@ -2950,6 +2950,9 @@ void TrackPanel::DoSlide(wxMouseEvent & event)
desiredSlideAmount = 0.0; desiredSlideAmount = 0.0;
} }
// Scroll during vertical drag.
EnsureVisible(mouseTrack);
//If the mouse is over a track that isn't the captured track, //If the mouse is over a track that isn't the captured track,
//drag the clip to the mousetrack //drag the clip to the mousetrack
if (mCapturedClip && mouseTrack != mCapturedTrack /*&& if (mCapturedClip && mouseTrack != mCapturedTrack /*&&