mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user