mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Bug1075, and define and use new event type for TrackPanel timer ticks...
... Thus allowing TrackPanel.cpp to work without including Lyrics headers. Also eliminates some of its direct notification of MixerBoard.
This commit is contained in:
@@ -265,6 +265,7 @@ private:
|
||||
|
||||
// event handlers
|
||||
void OnSize(wxSizeEvent &evt);
|
||||
void OnTimer(wxCommandEvent &event);
|
||||
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user