mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Merged a couple of patches from Debian, one of which should fix bug #1147
This commit is contained in:
@@ -289,6 +289,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
void OnMouseEvent(wxMouseEvent & event);
|
||||
void OnIconize(wxIconizeEvent &event);
|
||||
void OnSize(wxSizeEvent & event);
|
||||
void OnShow(wxShowEvent & event);
|
||||
void OnMove(wxMoveEvent & event);
|
||||
void OnScroll(wxScrollEvent & event);
|
||||
void OnCloseWindow(wxCloseEvent & event);
|
||||
@@ -571,6 +572,8 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
// dialog for missing alias warnings
|
||||
wxDialog *mAliasMissingWarningDialog;
|
||||
|
||||
bool mShownOnce;
|
||||
|
||||
// Project owned meters
|
||||
Meter *mPlaybackMeter;
|
||||
Meter *mCaptureMeter;
|
||||
|
||||
Reference in New Issue
Block a user