mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CMsgBox: enable button background as default
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user