- channellist: fix description color for selected or marked items

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-04-18 20:10:54 +02:00
committed by Thilo Graf
parent 25f9d6e06e
commit e74ec3d5ad

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