From e74ec3d5adcf4fa453754549ad10e467792d414e Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 18 Apr 2022 20:10:54 +0200 Subject: [PATCH] - channellist: fix description color for selected or marked items Signed-off-by: Thilo Graf --- src/gui/channellist.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 761d418c7..d7e805874 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) {