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

Origin commit data
------------------
Commit: 16a1927f4f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-06 (Fri, 06 Mar 2015)
This commit is contained in:
[CST] Focus
2015-03-06 13:29:29 +03:00
parent fb4b2393e1
commit 1372f35c6c

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);