mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- channellist: fix description color for selected or marked items
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user