mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
* Fix order of colors for some progress bars
This commit is contained in:
@@ -821,12 +821,14 @@ void CInfoViewerBB::changePB()
|
||||
hddscale = new CProgressBar();
|
||||
hddscale->setFrameThickness(0);
|
||||
hddscale->setBlink();
|
||||
hddscale->setInvert();
|
||||
|
||||
if (sysscale)
|
||||
delete sysscale;
|
||||
sysscale = new CProgressBar();
|
||||
sysscale->setFrameThickness(0);
|
||||
sysscale->setBlink();
|
||||
sysscale->setInvert();
|
||||
}
|
||||
|
||||
void CInfoViewerBB::reset_allScala()
|
||||
|
Reference in New Issue
Block a user