cc_frm_scrollbar: set default height to 0

Origin commit data
------------------
Commit: c3439ad09d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-16 (Fri, 16 Dec 2016)

Origin message was:
------------------
- cc_frm_scrollbar: set default height to 0
This commit is contained in:
vanhofen
2016-12-16 09:03:07 +01:00
parent e6ea5922d6
commit e5a5a8b41e

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,