1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Merge: Do not show scrub speed during scroll scrub when left button is held

This commit is contained in:
Paul Licameli 2015-05-30 00:11:48 -04:00
commit 9f1a7d8e90

View File

@ -7339,7 +7339,7 @@ void TrackPanel::DrawScrubSpeed(wxDC &dc)
return;
// Don't draw it during stutter play with shift down
if (!::wxGetMouseState().ShiftDown() && (
if (!::wxGetMouseState().LeftDown() && (
mScrubSpeedDisplayCountdown > 0