diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-05-05 09:34:24 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-05-05 09:34:24 +1000 | 
| commit | 9b8ce7d9a3b7cbfe1a56fdb422f9e91b8f3ece14 (patch) | |
| tree | 70423c5e4422778e708df92d92021de7a76d002a /src/EditModel.h | |
| parent | aecda22f08cfe2c137c7f6fb8d8669e91426f4b2 (diff) | |
| download | scintilla-mirror-9b8ce7d9a3b7cbfe1a56fdb422f9e91b8f3ece14.tar.gz | |
Redraw when focus changes. Move hasFocus to EditModel where it can be used for
drawing more easily.
Diffstat (limited to 'src/EditModel.h')
| -rw-r--r-- | src/EditModel.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/EditModel.h b/src/EditModel.h index 8d30267f0..e2f3e20e0 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -33,6 +33,7 @@ public:  	Sci::Position braces[2];  	int bracesMatchStyle;  	int highlightGuideColumn; +	bool hasFocus;  	Selection sel;  	bool primarySelection; | 
