mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 15:34:10 +02:00
Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).
This commit is contained in:
@@ -110,7 +110,7 @@ class ControlToolBar:public ToolBar {
|
||||
|
||||
AButton *mRewind;
|
||||
AButton *mPlay;
|
||||
AButton *mBatch;
|
||||
//AButton *mBatch;
|
||||
AButton *mRecord;
|
||||
AButton *mPause;
|
||||
AButton *mStop;
|
||||
@@ -126,7 +126,7 @@ class ControlToolBar:public ToolBar {
|
||||
// Show/hide cleanspeech button
|
||||
bool mCleanSpeechMode;
|
||||
|
||||
wxBoxSizer *mBatchGroup;
|
||||
//wxBoxSizer *mBatchGroup;
|
||||
wxBoxSizer *mSizer;
|
||||
|
||||
TrackList* mCutPreviewTracks;
|
||||
|
||||
Reference in New Issue
Block a user