* Fix order of colors for some progress bars

This commit is contained in:
Michael Liebmann
2013-04-05 20:37:48 +02:00
parent bd47ef2060
commit adfbfe079c
7 changed files with 10 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ void CTimeOSD::updatePos(short runningPercent)
timescale->setProgress(m_xstart, m_y, BARLEN, m_height -5, runningPercent, 100);
timescale->setBlink();
timescale->setRgb(0, 100, 70);
timescale->paint();
}