mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 17:08:07 +02:00
Do not show scrub speed during scroll scrub when left button is held
This commit is contained in:
parent
dae7992c1f
commit
bf931fcb0b
@ -7339,7 +7339,7 @@ void TrackPanel::DrawScrubSpeed(wxDC &dc)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// Don't draw it during stutter play with shift down
|
// Don't draw it during stutter play with shift down
|
||||||
if (!::wxGetMouseState().ShiftDown() && (
|
if (!::wxGetMouseState().LeftDown() && (
|
||||||
|
|
||||||
mScrubSpeedDisplayCountdown > 0
|
mScrubSpeedDisplayCountdown > 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user