mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 00:30:07 +02:00
Start backward scrub, sometimes play head move a little forward; fix
This commit is contained in:
parent
510c5683d9
commit
7b513ce0c4
@ -417,6 +417,7 @@ bool Scrubber::MaybeStartScrubbing(wxCoord xx)
|
|||||||
mOptions.delay = (ScrubPollInterval_ms / 1000.0);
|
mOptions.delay = (ScrubPollInterval_ms / 1000.0);
|
||||||
mOptions.isPlayingAtSpeed = false;
|
mOptions.isPlayingAtSpeed = false;
|
||||||
mOptions.isKeyboardScrubbing = false;
|
mOptions.isKeyboardScrubbing = false;
|
||||||
|
mOptions.initSpeed = 0;
|
||||||
mOptions.minSpeed = 0.0;
|
mOptions.minSpeed = 0.0;
|
||||||
#ifdef USE_TRANSCRIPTION_TOOLBAR
|
#ifdef USE_TRANSCRIPTION_TOOLBAR
|
||||||
if (!mAlwaysSeeking) {
|
if (!mAlwaysSeeking) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user