aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-04-17 14:37:29 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-04-17 14:37:29 +1000
commit674b329d018fac03c92ef9270371c55647b4bb09 (patch)
tree7fbee372eeb6663679597a9929890e512eca06fc /src
parentd9fe689036b43c44b72043ab52982474fc6193d2 (diff)
downloadscintilla-mirror-674b329d018fac03c92ef9270371c55647b4bb09.tar.gz
When switching documents, reset input composition as otherwise get mixture of state
from both documents.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index f2b452a77..4e6c7aee9 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -565,7 +565,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void SetBraceHighlight(Position pos0, Position pos1, int matchStyle);
void SetAnnotationHeights(int start, int end);
- void SetDocPointer(Document *document);
+ virtual void SetDocPointer(Document *document);
void SetAnnotationVisible(int visible);