* CHintBoxExt: Fix view of multiple pages

- Reduces flicker effect on screen
This commit is contained in:
micha-bbg
2012-12-04 11:00:27 +01:00
parent fbf2c05825
commit 02b2685494
2 changed files with 13 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ class CHintBoxExt
char * m_message;
ContentLines m_lines;
std::string m_iconfile;
bool bgPainted;
void refresh(bool toround = 1);