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

Define class SelectionState; move some TrackPanel functions into it

This commit is contained in:
Paul Licameli
2017-06-11 07:20:01 -04:00
committed by Paul Licameli
parent 986f158efa
commit a594207265
9 changed files with 323 additions and 209 deletions

View File

@@ -206,6 +206,8 @@ audacity_SOURCES = \
Screenshot.h \
SelectedRegion.cpp \
SelectedRegion.h \
SelectionState.cpp \
SelectionState.h \
Shuttle.cpp \
Shuttle.h \
ShuttleGui.cpp \