CComponentsText: init CComponentsText without paint of text background

This avoids unnecessary render of backgrounds in textboxes. If it does,
so it's possible to enable it subsequently with doPaintTextBoxBg().


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9735c670fd
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-26 (Fri, 26 Apr 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-04-26 18:59:08 +02:00
parent 30a4e4015e
commit d0b8c8f9dc

View File

@@ -95,7 +95,7 @@ void CComponentsText::initVarText()
ct_text_mode = CTextBox::AUTO_WIDTH;
ct_col_text = COL_MENUCONTENT;
ct_text_sent = false;
ct_paint_textbg = true;
ct_paint_textbg = false;
ct_force_text_paint = false;
}