1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 17:14:07 +01:00

Fix bug 1473

Disallow scrub / seek during record.
This commit is contained in:
Steve Daulton
2016-08-09 14:10:04 +01:00
parent 6b9d69f3f8
commit 6089c94971

View File

@@ -233,12 +233,12 @@ namespace {
"Seeking" is normal speed playback but with skips, ...
*/
{ wxT("Scrub"), XO("&Scrub"), XO("Scrubbing"),
CanStopAudioStreamFlag,
CaptureNotBusyFlag,
&Scrubber::OnScrub, false, &Scrubber::Scrubs,
},
{ wxT("Seek"), XO("See&k"), XO("Seeking"),
CanStopAudioStreamFlag,
CaptureNotBusyFlag,
&Scrubber::OnSeek, true, &Scrubber::Seeks,
},