* fixed missing track color mode persistence

git-svn-id: svn://localhost/ardour2/branches/3.0@4357 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier
2008-12-29 01:02:41 +00:00
parent cca4f22141
commit 22d73333c6
4 changed files with 17 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ setup_enum_writer ()
TrackMode _TrackMode;
NoteMode _NoteMode;
ChannelMode _ChannelMode;
ColorMode _ColorMode;
MeterFalloff _MeterFalloff;
MeterHold _MeterHold;
EditMode _EditMode;
@@ -163,6 +164,11 @@ setup_enum_writer ()
REGISTER_ENUM (ForceChannel);
REGISTER (_ChannelMode);
REGISTER_ENUM (MeterColors);
REGISTER_ENUM (ChannelColors);
REGISTER_ENUM (TrackColor);
REGISTER (_ColorMode);
REGISTER_ENUM (MeterFalloffOff);
REGISTER_ENUM (MeterFalloffSlowest);
REGISTER_ENUM (MeterFalloffSlow);