CComponentsHeader: don't use default parameters for privat member

Unified adaptation related to child class ComponentsFooter.
see: 9b9a8d1a78
This commit is contained in:
2016-08-30 11:01:26 +02:00
parent 7d580b3296
commit 731cb9c66d
2 changed files with 10 additions and 10 deletions

View File

@@ -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,