diff options
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; |