gui/components/cc_base.cpp: add flag to control CTextBox screen saving, default is false

Origin commit data
------------------
Branch: ni/coolstream
Commit: ab1b3b9008
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:21:04 +03:00
parent 91c630e1fc
commit e8e5651b0c
2 changed files with 4 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ CComponents::CComponents() : COSDFader(g_settings.theme.menu_Content_alpha)
firstPaint = true;
is_painted = false;
paint_bg = true;
save_tbox_screen = false;
cc_allow_paint = true;
frameBuffer = CFrameBuffer::getInstance();
v_fbdata.clear();