mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Fix commit 948ce4c32d
Origin commit data
------------------
Commit: 7d4747b5be
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-04-01 (Tue, 01 Apr 2014)
This commit is contained in:
@@ -115,7 +115,7 @@ void CBEChannelWidget::paintItem(int pos)
|
|||||||
frameBuffer->paintBoxRel(x,ypos, width- 15, iheight, bgcolor, RADIUS_LARGE);
|
frameBuffer->paintBoxRel(x,ypos, width- 15, iheight, bgcolor, RADIUS_LARGE);
|
||||||
} else {
|
} else {
|
||||||
if(current < Channels->size() && ((*Channels)[current]->flags & CZapitChannel::NOT_FOUND ))
|
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
|
else
|
||||||
color = COL_MENUCONTENT_TEXT;
|
color = COL_MENUCONTENT_TEXT;
|
||||||
bgcolor = COL_MENUCONTENT_PLUS_0;
|
bgcolor = COL_MENUCONTENT_PLUS_0;
|
||||||
|
Reference in New Issue
Block a user