mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CProgressBar: remove wrong intital value for frame thickness
Default value is 0, and should remain as specified in the base class.
This commit is contained in:
@@ -78,7 +78,6 @@ void CProgressBar::initVarProgressbar()
|
|||||||
//CComponentsItem
|
//CComponentsItem
|
||||||
initVarItem();
|
initVarItem();
|
||||||
cc_item_type = CC_ITEMTYPE_PROGRESSBAR;
|
cc_item_type = CC_ITEMTYPE_PROGRESSBAR;
|
||||||
fr_thickness = 2;
|
|
||||||
|
|
||||||
//CProgressBar
|
//CProgressBar
|
||||||
pb_blink = false;
|
pb_blink = false;
|
||||||
|
Reference in New Issue
Block a user