From 05daaf476756e192da12ea863b4249bca05998b4 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 21 Aug 2012 02:53:46 +0000 Subject: [PATCH] Gale says this has problems on Linux, per bug 393 thread. Revert for 2.0.2. --- src/TrackPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 2bfee459d..c83fbb960 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -2951,7 +2951,7 @@ void TrackPanel::DoSlide(wxMouseEvent & event) } // Scroll during vertical drag. - EnsureVisible(mouseTrack); + // EnsureVisible(mouseTrack); //vvv Gale says this has problems on Linux, per bug 393 thread. Revert for 2.0.2. //If the mouse is over a track that isn't the captured track, //drag the clip to the mousetrack