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

Move cursor moving functions out of TrackPanel

This commit is contained in:
Paul Licameli
2015-08-27 19:26:00 -04:00
parent 05d8023af6
commit e7482c74bd
6 changed files with 403 additions and 404 deletions

View File

@@ -660,6 +660,11 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
// Keyboard capture
wxWindow *mKeyboardCaptureHandler;
double mSeekShort;
double mSeekLong;
wxLongLong mLastSelectionAdjustment;
// CommandManager needs to use private methods
friend class CommandManager;