From 4df73699fca59dd279b4356260680e322648200e Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 20 Aug 2012 21:55:45 +0000 Subject: [PATCH] fix to bug 393, from patch submitted by Chandranshu Garg --- src/TrackPanel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index e99c06204..2bfee459d 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -2950,6 +2950,9 @@ void TrackPanel::DoSlide(wxMouseEvent & event) desiredSlideAmount = 0.0; } + // Scroll during vertical drag. + EnsureVisible(mouseTrack); + //If the mouse is over a track that isn't the captured track, //drag the clip to the mousetrack if (mCapturedClip && mouseTrack != mCapturedTrack /*&&