From 9b8ce7d9a3b7cbfe1a56fdb422f9e91b8f3ece14 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 5 May 2021 09:34:24 +1000 Subject: Redraw when focus changes. Move hasFocus to EditModel where it can be used for drawing more easily. --- src/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') 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; -- cgit v1.2.3