diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c index ad4aca3..4c70546 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -720,7 +720,7 @@ void cNopacityDisplayChannel::SetEvents(const cEvent *Present, const cEvent *Fol pixmapEPGInfo->DrawText(cPoint(indent, y * epgInfoLineHeight), *startTime, fontColor, clrTransparent, fontEPG); int xEPGInfo = 2 * indent + startTimeWidth; if (drawRecIcon) { - tColor clrRecIcon = (i==0)?Theme.Color(clrChannelRecActive):Theme.Color(clrRecNext); + tColor clrRecIcon = (i==0)?Theme.Color(clrRecNow):Theme.Color(clrRecNext); tColor clrRecIconText = (i==0)?Theme.Color(clrRecNowFont):Theme.Color(clrRecNextFont); pixmapEPGInfo->DrawRectangle(cRect(xEPGInfo, y * epgInfoLineHeight , widthRecIcon, epgInfoLineHeight), clrRecIcon); int xRecText = xEPGInfo + (widthRecIcon - fontEPGSmall->Width("REC"))/2; |