diff options
Diffstat (limited to 'src/ScintillaBase.h')
| -rw-r--r-- | src/ScintillaBase.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 362231148..631e3e05d 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -38,6 +38,7 @@ protected:  	int listType;			///< 0 is an autocomplete list  	SString listSelected;	///< Receives listbox selected string +	int maxListWidth;		/// Maximum width of list, in average character widths  #ifdef SCI_LEXER  	int lexLanguage; | 
