mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
gui/components/cc_frm_button.cpp: set CTextBox save screen flag
This commit is contained in:
@@ -167,6 +167,7 @@ void CComponentsButton::initCaption()
|
|||||||
if (cc_btn_capt_obj == NULL){
|
if (cc_btn_capt_obj == NULL){
|
||||||
cc_btn_capt_obj = new CComponentsLabel();
|
cc_btn_capt_obj = new CComponentsLabel();
|
||||||
cc_btn_capt_obj->doPaintBg(false);
|
cc_btn_capt_obj->doPaintBg(false);
|
||||||
|
cc_btn_capt_obj->enableTboxSaveScreen(save_tbox_screen);
|
||||||
addCCItem(cc_btn_capt_obj);
|
addCCItem(cc_btn_capt_obj);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
Reference in New Issue
Block a user