CHintBox: add possibility to left hintbox with RC_up and RC_down

RC_up and RC_down are used for text scroll, but most message texts
are small and no scroll mode is required. In case of large texts
it should falling back to scroll mode.
This commit is contained in:
2017-01-10 22:07:49 +01:00
committed by Jacek Jendrzej
parent 002cc4c74e
commit 1d8de839d5
2 changed files with 11 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ class CHintBox : public CComponentsWindow
int y_hint_obj;
int h_hint_obj;
int w_indentation;
bool enable_txt_scroll;
Font* hb_font;