mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Fixes for bug 844
This commit is contained in:
@@ -451,6 +451,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
|
||||
private:
|
||||
|
||||
void OnCapture(wxCommandEvent & evt);
|
||||
void ClearClipboard();
|
||||
void InitialState();
|
||||
void ModifyState(bool bWantsAutoSave); // if true, writes auto-save file. Should set only if you really want the state change restored after
|
||||
@@ -621,6 +622,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
|
||||
bool mbInitializingScrollbar;
|
||||
|
||||
// Flag that we're recoding.
|
||||
bool mIsCapturing;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user