1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Moved mixer board update code out of class AudacityProject...

... And we don't need GetMixerBoard() any more
This commit is contained in:
Paul Licameli
2018-02-17 17:33:35 -05:00
parent 723cecbeac
commit 012ea76132
4 changed files with 22 additions and 21 deletions

View File

@@ -266,6 +266,8 @@ public:
MixerBoardFrame(AudacityProject* parent);
virtual ~MixerBoardFrame();
void Recreate(AudacityProject *pProject);
private:
// event handlers
void OnCloseWindow(wxCloseEvent &WXUNUSED(event));