mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
merge neutrino-mp progressbar code, (C) martii
Origin commit data
------------------
Commit: 416646bbff
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
This commit is contained in:
@@ -123,11 +123,8 @@ void CSignalBar::initVarSigBar()
|
||||
void CSignalBar::initSBarScale()
|
||||
{
|
||||
//create scale object if required
|
||||
if (sb_scale == NULL){
|
||||
if (sb_scale == NULL)
|
||||
sb_scale = new CProgressBar();
|
||||
//we want colored scale!
|
||||
sb_scale->setBlink();
|
||||
}
|
||||
|
||||
//move and set dimensions
|
||||
int scale_y = (sb_item_height/2 - sb_scale_height/2);
|
||||
|
Reference in New Issue
Block a user