epgplus: use user's setting for progressbar color

Origin commit data
------------------
Branch: ni/coolstream
Commit: 86551c38a9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-10 (Mon, 10 Apr 2017)

Origin message was:
------------------
- epgplus: use user's setting for progressbar color

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-10 22:05:18 +02:00
parent 54ebce58d5
commit 1d3e4189c6

View File

@@ -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(&currentTime);