mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
* Fix order of colors for some progress bars
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user