CMsgBox: enable button background as default

Origin commit data
------------------
Branch: ni/coolstream
Commit: 01893dfefc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-11-20 15:44:57 +01:00
parent 299994c446
commit 026a7bb907

View File

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