massive reworking of color selection implementation

This commit is contained in:
Paul Davis 2014-11-19 13:14:26 -05:00
parent e9768e934f
commit 318a9edab9
24 changed files with 2602 additions and 1020 deletions

View file

@ -340,7 +340,7 @@ LevelMeterBase::setup_meters (int len, int initial_width, int thin_width)
break;
case MeterIEC2BBC:
c[0] = c[1] = c[2] = c[3] = c[4] = c[5] = c[6] = c[7] = c[8] = c[9] =
ARDOUR_UI::config()->color_by_name ("meter color BBC");
ARDOUR_UI::config()->color ("meter color BBC");
stp[0] = stp[1] = stp[2] = stp[3] = 115.0;
break;
case MeterIEC2EBU: