- epgplus: fix progressbar's type

This commit is contained in:
svenhoefer
2017-05-08 08:41:28 +02:00
parent 9fd3b27d61
commit 7b9f8e9720

View File

@@ -243,6 +243,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);
pbbar.setType(CProgressBar::PB_TIMESCALE);
time_t currentTime;
time(&currentTime);