mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/components/cc_item_infobox.cpp: set CTextBox save screen flag
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user