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:
@@ -266,6 +266,8 @@ public:
|
||||
MixerBoardFrame(AudacityProject* parent);
|
||||
virtual ~MixerBoardFrame();
|
||||
|
||||
void Recreate(AudacityProject *pProject);
|
||||
|
||||
private:
|
||||
// event handlers
|
||||
void OnCloseWindow(wxCloseEvent &WXUNUSED(event));
|
||||
|
||||
Reference in New Issue
Block a user