mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Fix bug 187.
This commit is contained in:
@@ -225,6 +225,8 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
|
||||
|
||||
virtual void HandleShiftKey(bool down);
|
||||
virtual void HandleControlKey(bool down);
|
||||
virtual void HandlePageUpKey();
|
||||
virtual void HandlePageDownKey();
|
||||
virtual AudacityProject * GetProject() const;
|
||||
|
||||
virtual void OnPrevTrack(bool shift = false);
|
||||
|
||||
Reference in New Issue
Block a user