1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

TrackPanel no longer implements the envelope tool...

... also implement ESC key for it
This commit is contained in:
Paul Licameli
2015-07-09 08:38:57 -04:00
committed by Paul Licameli
parent ef38af71dd
commit 2496b0d7bc
12 changed files with 400 additions and 273 deletions

View File

@@ -575,6 +575,8 @@ audacity_SOURCES = \
tracks/ui/CommonTrackPanelCell.h \
tracks/ui/EditCursorOverlay.cpp \
tracks/ui/EditCursorOverlay.h \
tracks/ui/EnvelopeHandle.cpp \
tracks/ui/EnvelopeHandle.h \
tracks/ui/PlayIndicatorOverlay.cpp \
tracks/ui/PlayIndicatorOverlay.h \
tracks/ui/Scrubbing.cpp \