1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Eliminate idle event handler of CellularPanel...

... achieving the intent of b7386c2db1 by other
means
This commit is contained in:
Paul Licameli
2019-07-07 13:39:16 -04:00
parent 9b98f4be0c
commit bff30b6ae9
6 changed files with 27 additions and 9 deletions

View File

@@ -85,6 +85,8 @@ class AUDACITY_DLL_API TrackPanel final
void UpdatePrefs() override;
void OnAudioIO(wxCommandEvent & evt);
void OnPaint(wxPaintEvent & event);
void OnMouseEvent(wxMouseEvent & event);
void OnKeyDown(wxKeyEvent & event);