CHintBoxExt: Fix view of multiple pages

- Reduces flicker effect on screen


Origin commit data
------------------
Commit: 02b2685494
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-12-04 (Tue, 04 Dec 2012)

Origin message was:
------------------
* CHintBoxExt: Fix view of multiple pages

- Reduces flicker effect on screen
This commit is contained in:
Michael Liebmann
2012-12-04 11:00:27 +01:00
parent 31e6947468
commit f95cdc64af
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);