CTextBox: ensure paint of background to avoid overlapped letters

This commit is contained in:
2013-09-16 11:42:50 +02:00
parent 33ec56ad6f
commit 08e23a917c
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;*/