CTextBox: ensure paint of background to avoid overlapped letters

Origin commit data
------------------
Commit: 08e23a917c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-16 (Mon, 16 Sep 2013)
This commit is contained in:
2013-09-16 11:42:50 +02:00
parent 975673532a
commit b7ea3c3f76
2 changed files with 23 additions and 4 deletions

View File

@@ -150,6 +150,7 @@ class CTextBox
int m_nFontTextHeight;
CFBWindow::color_t m_textBackgroundColor;
fb_pixel_t m_textColor;
fb_pixel_t* m_bgpixbuf;
CFrameBuffer * frameBuffer;
/* int max_width;*/