mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
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:
@@ -1900,6 +1900,8 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
|||||||
paintbuttons = true;
|
paintbuttons = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//NI
|
||||||
|
#if 0
|
||||||
if (displayNext)
|
if (displayNext)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
@@ -1911,6 +1913,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
|||||||
else
|
else
|
||||||
ecolor = COL_MENUCONTENTINACTIVE_TEXT;
|
ecolor = COL_MENUCONTENTINACTIVE_TEXT;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!is_available)
|
if (!is_available)
|
||||||
color = COL_MENUCONTENTINACTIVE_TEXT;
|
color = COL_MENUCONTENTINACTIVE_TEXT;
|
||||||
|
Reference in New Issue
Block a user