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 /*&&