aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-05 09:34:24 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-05 09:34:24 +1000
commit9b8ce7d9a3b7cbfe1a56fdb422f9e91b8f3ece14 (patch)
tree70423c5e4422778e708df92d92021de7a76d002a /src/EditModel.h
parentaecda22f08cfe2c137c7f6fb8d8669e91426f4b2 (diff)
downloadscintilla-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.h1
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;