mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 14:48:28 +02:00
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:
@@ -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