diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 6f1f401dd..9a769419b 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -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