mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
gui/components/cc_frm_ext_text.cpp: set CTextBox save screen flag
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee27b6ae6b
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user