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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 16a1927f4f
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:29:29 +03:00
parent bf6c31373d
commit db1a2f2749

View File

@@ -376,6 +376,7 @@ void CComponentsHeader::initCaption()
cch_text_obj->forceTextPaint(); //here required
cch_text_obj->setTextColor(cch_col_text);
cch_text_obj->setColorBody(col_body);
cch_text_obj->enableTboxSaveScreen(save_tbox_screen);
//corner of text item
cch_text_obj->setCorner(corner_rad-fr_thickness, corner_type);