CHintBox: fix text mode pass

Rquired in inherited classes
This commit is contained in:
2016-10-21 00:10:38 +02:00
parent 4ff7bd8f7e
commit 2952dcc124
2 changed files with 3 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ class CHintBox : public CComponentsWindow
int y_hint_obj;
int h_hint_obj;
int w_indentation;
int hb_text_mode;
///global count of lines
uint lines;