mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
CChannelList: use matching datatype for color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72c4deb17c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-15 (Mon, 15 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1886,7 +1886,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
||||
CZapitChannel* chan = chanlist[curr];
|
||||
int prg_offset=0;
|
||||
int title_offset=0;
|
||||
uint8_t tcolor=(liststart + pos == selected) ? color : COL_MENUCONTENTINACTIVE_TEXT;
|
||||
fb_pixel_t tcolor=(liststart + pos == selected) ? color : COL_MENUCONTENTINACTIVE_TEXT;
|
||||
int xtheight=fheight-2;
|
||||
|
||||
if(g_settings.channellist_extended)
|
||||
|
Reference in New Issue
Block a user