mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CChannellist: add missig frame for timscale
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6fa592323b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1905,6 +1905,7 @@ void CChannelList::paintItem(int pos)
|
|||||||
|
|
||||||
int pb_space = prg_offset - title_offset;
|
int pb_space = prg_offset - title_offset;
|
||||||
CProgressBar pb(x+5+numwidth + title_offset, ypos + fheight/4, pb_space + 2, fheight/2); /* never colored */
|
CProgressBar pb(x+5+numwidth + title_offset, ypos + fheight/4, pb_space + 2, fheight/2); /* never colored */
|
||||||
|
pb.setFrameThickness(2);
|
||||||
int pb_max = pb_space - 4;
|
int pb_max = pb_space - 4;
|
||||||
if (!(p_event->description.empty())) {
|
if (!(p_event->description.empty())) {
|
||||||
snprintf(nameAndDescription+l, sizeof(nameAndDescription)-l,g_settings.channellist_epgtext_align_right ? " ":" - ");
|
snprintf(nameAndDescription+l, sizeof(nameAndDescription)-l,g_settings.channellist_epgtext_align_right ? " ":" - ");
|
||||||
|
Reference in New Issue
Block a user