From 2a833a9ea04ecb588591a63276a9039940855575 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 24 Jul 2014 12:54:03 +1000 Subject: Using separate variable imeCaretBlockOverride for IME mode instead of changing caretStyle as there could be confusion if the container changes caret style. --- src/EditView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/EditView.h') diff --git a/src/EditView.h b/src/EditView.h index ea59ac03a..7d64aff90 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -68,6 +68,8 @@ public: bool additionalCaretsBlink; bool additionalCaretsVisible; + bool imeCaretBlockOverride; + Surface *pixmapLine; Surface *pixmapIndentGuide; Surface *pixmapIndentGuideHighlight; -- cgit v1.2.3