1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Move TrackPanel keyboard handling out of AudacityProject...

...and into TrackPanel where it should be.
This commit is contained in:
Leland Lucius
2015-08-09 18:26:29 -05:00
parent 2a0f9da32d
commit 300f0f05a0
4 changed files with 40 additions and 49 deletions

View File

@@ -299,9 +299,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void OnODTaskComplete(wxCommandEvent & event);
void OnTrackListUpdated(wxCommandEvent & event);
bool HandleKeyDown(wxKeyEvent & event);
bool HandleKeyUp(wxKeyEvent & event);
void HandleResize();
void UpdateLayout();
void ZoomInByFactor( double ZoomFactor );