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

This commit is contained in:
[CST] Focus
2015-03-06 13:21:04 +03:00
parent 09e1399a11
commit ab1b3b9008
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();