CMsgBox: enable button background as default

This commit is contained in:
2016-11-20 15:44:57 +01:00
parent 7567f7de00
commit 01893dfefc

View File

@@ -89,7 +89,7 @@ void CMsgBox::init(const int& Height, const int& ShowButtons, const msg_result_t
showFooter(true); showFooter(true);
ccw_h_footer = ccw_footer->getHeight()+OFFSET_INNER_MID; ccw_h_footer = ccw_footer->getHeight()+OFFSET_INNER_MID;
ccw_footer->setHeight(ccw_h_footer); ccw_footer->setHeight(ccw_h_footer);
btn_enable_bg = false; btn_enable_bg = true;
ccw_col_footer = ccw_body->getColorBody(); ccw_col_footer = ccw_body->getColorBody();
ccw_footer->doPaintBg(false); ccw_footer->doPaintBg(false);
int h_current = height; int h_current = height;