From 44a7f39fbddd3784ae1f08194ed7b8a62d25f2d6 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 19 Oct 2016 10:23:46 +0200 Subject: [PATCH] channellist: re-disable colorchanges in displayNext mode Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/248fe50252be4ef1e33e9e6a5c3b50d0ff0abbcd Author: vanhofen 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 --- src/gui/channellist.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index d7b9d439d..f804d401c 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -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;