channellist: re-disable colorchanges in displayNext mode

Origin commit data
------------------
Branch: ni/coolstream
Commit: 248fe50252
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-19 (Wed, 19 Oct 2016)

Origin message was:
------------------
- channellist: re-disable colorchanges in displayNext mode

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-10-19 10:23:46 +02:00
parent 83f403dfb7
commit 44a7f39fbd

View File

@@ -1900,6 +1900,8 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
paintbuttons = true;
}
//NI
#if 0
if (displayNext)
{
/*
@@ -1911,6 +1913,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
else
ecolor = COL_MENUCONTENTINACTIVE_TEXT;
}
#endif
if (!is_available)
color = COL_MENUCONTENTINACTIVE_TEXT;