mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CChannelList: fix color of inactive channel in bouquets on active quickzap mode
supplement to 32ca9b848c
see also:
http://www.dbox2world.net/index.php?page=Thread&postID=157903#post157903
This commit is contained in:
@@ -1910,7 +1910,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
|||||||
c_rad_small = RADIUS_LARGE;
|
c_rad_small = RADIUS_LARGE;
|
||||||
paintbuttons = true;
|
paintbuttons = true;
|
||||||
}
|
}
|
||||||
else if (getKey(curr) == CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber())
|
else if (getKey(curr) == CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber() && new_zap_mode != 2/*active*/)
|
||||||
{
|
{
|
||||||
color = !displayNext ? COL_MENUCONTENT_TEXT : COL_MENUCONTENTINACTIVE_TEXT;
|
color = !displayNext ? COL_MENUCONTENT_TEXT : COL_MENUCONTENTINACTIVE_TEXT;
|
||||||
bgcolor = !displayNext ? COL_MENUCONTENT_PLUS_1 : COL_MENUCONTENTINACTIVE_PLUS_0;
|
bgcolor = !displayNext ? COL_MENUCONTENT_PLUS_1 : COL_MENUCONTENTINACTIVE_PLUS_0;
|
||||||
|
Reference in New Issue
Block a user