mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -216,7 +216,7 @@ void EpgPlus::TimeLine::paintMark(time_t _startTime, int pduration, int px, int
|
|||||||
|
|
||||||
// paint new mark
|
// paint new mark
|
||||||
CProgressBar pbbar = CProgressBar(px, this->y + this->font->getHeight(), pwidth, this->font->getHeight());
|
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_t currentTime;
|
||||||
time(¤tTime);
|
time(¤tTime);
|
||||||
|
Reference in New Issue
Block a user