Change in cEpgGrid::SetTimer

This commit is contained in:
kamel5 2019-01-27 11:50:59 +01:00
parent c1fe8a8dfd
commit e62ea368e8
1 changed files with 1 additions and 11 deletions

View File

@ -69,7 +69,7 @@ void cEpgGrid::SetTimer() {
hasTimer = true;
else
hasTimer = false;
#if VDRVERSNUM >= 20401
#if VDRVERSNUM >= 30400
} else if (event->HasTimer()) {
hasTimer = true;
#else
@ -109,16 +109,6 @@ void cEpgGrid::drawText() {
colorTextBack = (active)?theme.Color(clrGridActiveFontBack):theme.Color(clrGridFontBack);
else
colorTextBack = clrTransparent;
/* if (hasSwitchTimer)
colorTextBack = theme.Color(clrButtonYellow);
if (hasTimer) {
LOCK_TIMERS_READ;
timer = Timers->GetMatch(event);
if (timer && timer->HasFlags(tfActive))
colorTextBack = theme.Color(clrButtonRed);
else
colorTextBack = theme.Color(clrButtonGreen);
}*/
if (tvguideConfig.displayMode == eVertical) {
if (Height()/geoManager.minutePixel < 6)
return;