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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 59aca86523
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:27:48 +03:00
parent 61eeb62d87
commit bf6c31373d

View File

@@ -143,6 +143,7 @@ void CComponentsInfoBox::paint(bool do_save_bg)
cctext->doPaintTextBoxBg(ct_paint_textbg); cctext->doPaintTextBoxBg(ct_paint_textbg);
cctext->doPaintBg(false); cctext->doPaintBg(false);
cctext->setTextColor(ct_col_text); cctext->setTextColor(ct_col_text);
cctext->enableTboxSaveScreen(save_tbox_screen);
//calculate vars for x-position and dimensions //calculate vars for x-position and dimensions
int tx = x_offset + x_text + pic_w; int tx = x_offset + x_text + pic_w;