1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +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

@@ -141,8 +141,6 @@ private:
void OnContextMenu(wxContextMenuEvent & event);
void OnIdle(wxIdleEvent & event);
void HandleInterruptedDrag();
void Uncapture( bool escaping, wxMouseState *pState = nullptr );
bool HandleEscapeKey(bool down);