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

Rewrote escape key handling, more like other Track Panel key handlers

... and removed some abandoned spectral editing code
This commit is contained in:
Paul Licameli
2015-05-29 21:13:59 -04:00
parent d89944941b
commit 6ae8a656ab
3 changed files with 11 additions and 56 deletions

View File

@@ -182,7 +182,7 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
//virtual void SetSelectionFormat(int iformat)
//virtual void SetSnapTo(int snapto)
void HandleEscapeKey();
virtual void HandleEscapeKey(bool down);
virtual void HandleAltKey(bool down);
virtual void HandleShiftKey(bool down);
virtual void HandleControlKey(bool down);