1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Make key navigation to ruler work on Windows

This commit is contained in:
Paul Licameli
2016-05-06 18:13:24 -04:00
parent 4425620f4a
commit c616d433c2
3 changed files with 35 additions and 2 deletions

View File

@@ -474,6 +474,7 @@ private:
void OnToggleScrubbing(wxCommandEvent&);
void OnCaptureKey(wxCommandEvent &event);
void OnKeyDown(wxKeyEvent &event);
void OnSetFocus(wxFocusEvent &);
void OnKillFocus(wxFocusEvent &);