1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 17:11:20 +01:00

TrackPanel no longer implements the time shift tool...

... also implement ESC key for it
This commit is contained in:
Paul Licameli
2015-07-08 17:17:43 -04:00
committed by Paul Licameli
parent f1f254f974
commit 251976d93d
15 changed files with 762 additions and 492 deletions

View File

@@ -18,6 +18,8 @@
#include <wx/access.h>
#endif
#include "Snap.h"
#include "Track.h"
#include "TrackPanel.h"
class TrackPanelAx final