Progressbars: use default frame thickness

It's unnecessary overhead to set the value everywhere, except it's needed.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f70a30defa
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-05 (Fri, 05 Apr 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-04-05 21:28:46 +02:00
parent e6a024d11e
commit 307a8675b6
7 changed files with 6 additions and 13 deletions

View File

@@ -1288,7 +1288,6 @@ 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);
}