mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CProgressBar: remove wrong intital value for frame thickness
Default value is 0, and should remain as specified in the base class.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 210ae1491d
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:
@@ -78,7 +78,6 @@ void CProgressBar::initVarProgressbar()
|
||||
//CComponentsItem
|
||||
initVarItem();
|
||||
cc_item_type = CC_ITEMTYPE_PROGRESSBAR;
|
||||
fr_thickness = 2;
|
||||
|
||||
//CProgressBar
|
||||
pb_blink = false;
|
||||
|
Reference in New Issue
Block a user