further bug fix with clip LED
This commit is contained in:
parent
992875e9ad
commit
efc6464e8a
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ void CLevelMeter::SetLevelMeterType ( const ELevelMeterType eNType )
|
||||||
switch ( eNType )
|
switch ( eNType )
|
||||||
{
|
{
|
||||||
case MT_LED:
|
case MT_LED:
|
||||||
|
// initialize all LEDs
|
||||||
|
for ( int iLEDIdx = 0; iLEDIdx < NUM_LEDS_INCL_CLIP_LED; iLEDIdx++ )
|
||||||
|
{
|
||||||
|
vecpLEDs[iLEDIdx]->SetColor ( cLED::RL_BLACK );
|
||||||
|
}
|
||||||
pStackedLayout->setCurrentIndex ( 0 );
|
pStackedLayout->setCurrentIndex ( 0 );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue