mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
Bug1085 - Play-at-Speed key-binding broken
Caused by fix to Bug 844 not initialising mIsCapturing to false. So play-at-apeed could mistakenly think recording was in progress, and so prevent play-at-speed.
This commit is contained in:
parent
fd958cfea3
commit
c43936f630
@ -772,6 +772,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
|
||||
mImportXMLTagHandler(NULL),
|
||||
mAutoSaving(false),
|
||||
mIsRecovered(false),
|
||||
mIsCapturing(false),
|
||||
mRecordingRecoveryHandler(NULL),
|
||||
mImportedDependencies(false),
|
||||
mWantSaveCompressed(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user