mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- channelist: use OFFSET-defines for channels w/o EPG too
This commit is contained in:
@@ -2087,7 +2087,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
|||||||
pb.paint();
|
pb.paint();
|
||||||
}
|
}
|
||||||
//name
|
//name
|
||||||
g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST]->RenderString(x+ 5+ numwidth+ 10+prg_offset, ypos+ fheight, width- numwidth- 40- 15-prg_offset, nameAndDescription, color);
|
g_Font[SNeutrinoSettings::FONT_TYPE_CHANNELLIST]->RenderString(x + OFFSET_INNER_SMALL + numwidth + OFFSET_INNER_MID + prg_offset, ypos + fheight, width - numwidth - 4*OFFSET_INNER_MID - 15 - prg_offset, nameAndDescription, color);
|
||||||
}
|
}
|
||||||
if (!firstpaint && curr == selected)
|
if (!firstpaint && curr == selected)
|
||||||
updateVfd();
|
updateVfd();
|
||||||
|
Reference in New Issue
Block a user