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

TrackPanel no longer implements track selection click or rearrange drag...

... also implement ESC key for the drag
This commit is contained in:
Paul Licameli
2015-08-09 13:48:27 -04:00
committed by Paul Licameli
parent 46b97084eb
commit 703abe87bc
9 changed files with 330 additions and 190 deletions

View File

@@ -601,6 +601,8 @@ audacity_SOURCES = \
tracks/ui/TrackButtonHandles.h \
tracks/ui/TrackControls.cpp \
tracks/ui/TrackControls.h \
tracks/ui/TrackSelectHandle.cpp \
tracks/ui/TrackSelectHandle.h \
tracks/ui/TrackUI.cpp \
tracks/ui/TrackVRulerControls.cpp \
tracks/ui/TrackVRulerControls.h \