- cc_frm_scrollbar: set default height to 0

This commit is contained in:
svenhoefer
2016-12-16 09:03:07 +01:00
parent 5b3d451551
commit c3439ad09d

View File

@@ -78,7 +78,7 @@ class CComponentsScrollBar : public CComponentsFrmChain
CComponentsScrollBar( const int &x_pos,
const int &y_pos,
const int &w = 15,
const int &h = 40,
const int &h = 0,
const int& count = 1,
CComponentsForm *parent = NULL,
int shadow_mode = CC_SHADOW_OFF,