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:
commit
9f1a7d8e90
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user