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

This commit is contained in:
[CST] Focus
2015-03-06 13:27:48 +03:00
parent 86a236bc7e
commit 59aca86523

View File

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