gui/components/cc_frm_button.cpp: set CTextBox save screen flag

Origin commit data
------------------
Branch: ni/coolstream
Commit: fdd5486714
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-06 (Fri, 06 Mar 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-03-06 13:25:44 +03:00
parent b51fecc3eb
commit 0670764bd4

View File

@@ -167,6 +167,7 @@ void CComponentsButton::initCaption()
if (cc_btn_capt_obj == NULL){
cc_btn_capt_obj = new CComponentsLabel();
cc_btn_capt_obj->doPaintBg(false);
cc_btn_capt_obj->enableTboxSaveScreen(save_tbox_screen);
addCCItem(cc_btn_capt_obj);
}
}else{