1
0
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:
Leland Lucius
2015-08-25 22:50:23 -05:00
parent c844f6f214
commit f6cbc5e6db
4 changed files with 87 additions and 10 deletions

View File

@@ -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;