* 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

@@ -1288,6 +1288,7 @@ void CMovieBrowser::info_hdd_level(bool paint_hdd)
CProgressBar pb(m_cBoxFrame.iX+ m_cBoxFrameFootRel.iWidth - pbw - border, m_cBoxFrame.iY+m_cBoxFrameTitleRel.iY + border, pbw, m_cBoxFrameTitleRel.iHeight/2);
pb.setBlink();
pb.setInvert();
pb.setFrameThickness(0);
pb.setValues( blocks_percent_used, 100);
pb.paint(false);
}