1
0
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:
Steve Daulton
2015-05-15 21:17:03 +01:00
parent 0bf5f77dd6
commit b9dd3e64c6
5 changed files with 40 additions and 4 deletions

View File

@@ -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()
};