diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index 96247543e..5f5fc5bff 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -216,7 +216,7 @@ void EpgPlus::TimeLine::paintMark(time_t _startTime, int pduration, int px, int // paint new mark CProgressBar pbbar = CProgressBar(px, this->y + this->font->getHeight(), pwidth, this->font->getHeight()); - pbbar.setActiveColor(COL_MENUCONTENTSELECTED_PLUS_0); + //NI pbbar.setActiveColor(COL_MENUCONTENTSELECTED_PLUS_0); time_t currentTime; time(¤tTime);