mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CComponentsHeader: don't use default parameters for privat member
Unified adaptation related to child class ComponentsFooter. see:5a24dc1ce5
Origin commit data ------------------ Commit:731cb9c66d
Author: Thilo Graf <dbt@novatux.de> Date: 2016-08-30 (Tue, 30 Aug 2016)
This commit is contained in:
@@ -43,7 +43,7 @@ using namespace std;
|
||||
CComponentsHeader::CComponentsHeader(CComponentsForm* parent)
|
||||
{
|
||||
//CComponentsHeader
|
||||
initVarHeader(1, 1, 0, 0, "", "", 0, parent);
|
||||
initVarHeader(1, 1, 0, 0, "", "", 0, parent, CC_SHADOW_OFF, COL_MENUCONTENT_PLUS_6, COL_MENUHEAD_PLUS_0, COL_SHADOW_PLUS_0);
|
||||
}
|
||||
|
||||
CComponentsHeader::CComponentsHeader( const int& x_pos, const int& y_pos, const int& w, const int& h,
|
||||
|
Reference in New Issue
Block a user