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

Define BackgoundCell, move some things into it

This commit is contained in:
Paul Licameli
2017-06-10 15:02:10 -04:00
parent 674ccc5e15
commit 8ef5f696d8
9 changed files with 173 additions and 19 deletions

View File

@@ -579,6 +579,8 @@ audacity_SOURCES = \
tracks/timetrack/ui/TimeTrackUI.cpp \
tracks/timetrack/ui/TimeTrackVRulerControls.cpp \
tracks/timetrack/ui/TimeTrackVRulerControls.h \
tracks/ui/BackgroundCell.cpp \
tracks/ui/BackgroundCell.h \
tracks/ui/ButtonHandle.h \
tracks/ui/ButtonHandle.cpp \
tracks/ui/CommonTrackPanelCell.cpp \