Fix order of colors for some progress bars

Origin commit data
------------------
Commit: adfbfe079c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-05 (Fri, 05 Apr 2013)

Origin message was:
------------------
* Fix order of colors for some progress bars
This commit is contained in:
Michael Liebmann
2013-04-05 20:37:48 +02:00
parent 64c8fa2e62
commit dde336facd
7 changed files with 10 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ void CInfoViewer::changePB()
delete timescale;
timescale = new CProgressBar();
timescale->setBlink();
timescale->setRgb(0, 100, 70);
}
void CInfoViewer::paintTime (bool show_dot, bool firstPaint)