From 090b641a5b723c0d7cf17c3506841e6f4d2fee8e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 18 Apr 2022 20:10:54 +0200 Subject: [PATCH] channellist: fix description color for selected or marked items Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/90f5599c4e8b9b57c91db2b2c7d7c68bfcaf7382 Author: vanhofen Date: 2022-04-18 (Mon, 18 Apr 2022) Origin message was: ------------------ - channellist: fix description color for selected or marked items ------------------ 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 250856233..03546225a 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1977,7 +1977,10 @@ void CChannelList::paintItem(int pos, const bool firstpaint) fb_pixel_t dcolor = COL_CHANNELLIST_DESCRIPTION_TEXT; // description color if (i_selected || i_marked) + { + dcolor = ecolor; i_radius = RADIUS_LARGE; + } if (i_selected) {