mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Lower EVT_TRACK_PANEL_TIMER into Project...
... so there are fewer dependencies on TrackPanel. This frees ASlider, Ruler, and ViewInfo from cycles
This commit is contained in:
@@ -56,9 +56,6 @@ struct TrackPanelDrawingContext;
|
||||
|
||||
enum class UndoPush : unsigned char;
|
||||
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
EVT_TRACK_PANEL_TIMER, wxCommandEvent);
|
||||
|
||||
enum {
|
||||
kTimerInterval = 50, // milliseconds
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user