mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user