1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Gale says this has problems on Linux, per bug 393 thread. Revert for 2.0.2.

This commit is contained in:
v.audacity 2012-08-21 02:53:46 +00:00
parent 65bf7196ad
commit 05daaf4767

View File

@ -2951,7 +2951,7 @@ void TrackPanel::DoSlide(wxMouseEvent & event)
} }
// Scroll during vertical drag. // 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, //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