CTextBox: add attribut 'm_bg_painted'

Shoul help in together with changed text content
to control required text render.
This commit is contained in:
2017-01-24 23:14:37 +01:00
committed by M. Liebmann
parent ae903ddb2f
commit d31deac545
2 changed files with 5 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ class CTextBox : public sigc::trackable
fb_pixel_t m_old_textBackgroundColor, m_old_textColor;
bool m_showTextFrame;
bool m_bg_painted;
CBox m_cFrame;
CBox m_cFrameTextRel;