From 210ae1491d0ba3ba7df0764d8dd2ab0ea4a41f67 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 5 Apr 2013 21:19:20 +0200 Subject: [PATCH] CProgressBar: remove wrong intital value for frame thickness Default value is 0, and should remain as specified in the base class. --- src/gui/components/cc_item_progressbar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/components/cc_item_progressbar.cpp b/src/gui/components/cc_item_progressbar.cpp index d12f68a1e..b4369a929 100644 --- a/src/gui/components/cc_item_progressbar.cpp +++ b/src/gui/components/cc_item_progressbar.cpp @@ -78,7 +78,6 @@ void CProgressBar::initVarProgressbar() //CComponentsItem initVarItem(); cc_item_type = CC_ITEMTYPE_PROGRESSBAR; - fr_thickness = 2; //CProgressBar pb_blink = false;