This commit is contained in:
M. Liebmann
2014-04-01 15:06:57 +02:00
parent e9f1abcc03
commit 7d4747b5be

View File

@@ -115,7 +115,7 @@ void CBEChannelWidget::paintItem(int pos)
frameBuffer->paintBoxRel(x,ypos, width- 15, iheight, bgcolor, RADIUS_LARGE);
} else {
if(current < Channels->size() && ((*Channels)[current]->flags & CZapitChannel::NOT_FOUND ))
color = COL_MENUCONTENT_INACTIVE;// extra color for channels not found in service
color = COL_MENUCONTENTINACTIVE_TEXT;// extra color for channels not found in service
else
color = COL_MENUCONTENT_TEXT;
bgcolor = COL_MENUCONTENT_PLUS_0;