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/Editor.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/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 1ee6be643..eabd7517e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -188,7 +188,6 @@ protected: // ScintillaBase subclass needs access to much of Editor int cursorMode; - bool hasFocus; bool mouseDownCaptures; bool mouseWheelCaptures; |