mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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
|
fb_pixel_t dcolor = COL_CHANNELLIST_DESCRIPTION_TEXT; // description color
|
||||||
|
|
||||||
if (i_selected || i_marked)
|
if (i_selected || i_marked)
|
||||||
|
{
|
||||||
|
dcolor = ecolor;
|
||||||
i_radius = RADIUS_LARGE;
|
i_radius = RADIUS_LARGE;
|
||||||
|
}
|
||||||
|
|
||||||
if (i_selected)
|
if (i_selected)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user