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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user