--- qsampler/trunk/src/qsamplerChannelStrip.cpp 2007/11/21 19:57:18 1506 +++ qsampler/trunk/src/qsamplerChannelStrip.cpp 2007/11/21 23:22:18 1507 @@ -174,6 +174,9 @@ void ChannelStrip::setDisplayEffect ( bool bDisplayEffect ) { QPalette pal; + pal.setColor(QPalette::Foreground, Qt::yellow); + ui.EngineNameTextLabel->setPalette(pal); + ui.MidiPortChannelTextLabel->setPalette(pal); pal.setColor(QPalette::Foreground, Qt::green); if (bDisplayEffect) { QPixmap pm(":/icons/displaybg1.png");