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

This commit is contained in:
[CST] Focus
2015-03-06 13:26:40 +03:00
parent fdd5486714
commit ee27b6ae6b

View File

@@ -105,6 +105,7 @@ void CComponentsExtTextForm::initLabel()
if (ccx_label_obj == NULL){
ccx_label_obj = new CComponentsLabel();
ccx_label_obj->doPaintBg(false);
ccx_label_obj->enableTboxSaveScreen(save_tbox_screen);
}
//add label object
@@ -127,6 +128,7 @@ void CComponentsExtTextForm::initText()
if (ccx_text_obj == NULL){
ccx_text_obj = new CComponentsText();
ccx_text_obj->doPaintBg(false);
ccx_text_obj->enableTboxSaveScreen(save_tbox_screen);
}
//add text object