channellist: fix description color for selected or marked items

Origin commit data
------------------
Branch: ni/coolstream
Commit: 90f5599c4e
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2022-04-18 20:10:54 +02:00
parent d9c9ed5d36
commit 090b641a5b

View File

@@ -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)
{