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

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

This commit is contained in:
Paul Licameli 2015-05-30 00:04:56 -04:00
parent dae7992c1f
commit bf931fcb0b

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