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