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

New files SelectUtilities, TrackUtilities

This commit is contained in:
Paul Licameli
2019-06-24 15:42:56 -04:00
parent f1dcc156a0
commit fab648e475
10 changed files with 85 additions and 13 deletions

View File

@@ -252,6 +252,8 @@ audacity_SOURCES = \
RingBuffer.h \
Screenshot.cpp \
Screenshot.h \
SelectUtilities.cpp \
SelectUtilities.h \
SelectedRegion.cpp \
SelectedRegion.h \
SelectionState.cpp \
@@ -303,6 +305,8 @@ audacity_SOURCES = \
TrackPanelResizeHandle.h \
TrackPanelResizerCell.cpp \
TrackPanelResizerCell.h \
TrackUtilities.cpp \
TrackUtilities.h \
TranslatableStringArray.h \
UIHandle.h \
UIHandle.cpp \