mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- bouqueteditor_channels.cpp: de-highlight channels not found
This commit is contained in:
@@ -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_COLORED_EVENTS_TEXT;// extra color for channels not found in service
|
||||
color = COL_MENUCONTENT_INACTIVE;// extra color for channels not found in service
|
||||
else
|
||||
color = COL_MENUCONTENT_TEXT;
|
||||
bgcolor = COL_MENUCONTENT_PLUS_0;
|
||||
|
Reference in New Issue
Block a user