mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
Try to rework footer
* try to fix enableButtonShadow(), seems an init is missing * shadow fixed
This commit is contained in:
@@ -119,8 +119,8 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
|
||||
|
||||
CComponentsHeader(CComponentsForm *parent = NULL);
|
||||
CComponentsHeader( const int& x_pos, const int& y_pos, const int& w, const int& h = 0,
|
||||
const std::string& caption = "",
|
||||
const std::string& = "",
|
||||
const std::string& caption = std::string(),
|
||||
const std::string& = std::string(),
|
||||
const int& buttons = 0,
|
||||
CComponentsForm *parent = NULL,
|
||||
int shadow_mode = CC_SHADOW_OFF,
|
||||
|
Reference in New Issue
Block a user