1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-13 08:06:32 +01:00

Fix bug 187.

This commit is contained in:
v.audacity
2012-02-14 00:18:29 +00:00
parent fbb6ed4fe6
commit 0d08f11504
3 changed files with 20 additions and 0 deletions

View File

@@ -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);