CChannelList: fix color of inactive channel in bouquets on active quickzap mode

supplement to 468cdc0835
see also:
http://www.dbox2world.net/index.php?page=Thread&postID=157903#post157903


Origin commit data
------------------
Branch: ni/coolstream
Commit: f6d04bfbba
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-09 (Wed, 09 Oct 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-10-09 19:57:55 +02:00
parent e4f46468a7
commit ff3c833ddd

View File

@@ -1910,7 +1910,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
c_rad_small = RADIUS_LARGE;
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;
bgcolor = !displayNext ? COL_MENUCONTENT_PLUS_1 : COL_MENUCONTENTINACTIVE_PLUS_0;