aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authorjohnsonj <devnull@localhost>2015-09-04 13:07:49 +1000
committerjohnsonj <devnull@localhost>2015-09-04 13:07:49 +1000
commit3dc404cbf409efeb8eb3bdcd38d21e5a218454a3 (patch)
tree756930c1786c2b668ff707b7b7c71fc54539948b /win32
parent37c8cba55c4b6ad5fcefec97175072d73bb58743 (diff)
downloadscintilla-mirror-3dc404cbf409efeb8eb3bdcd38d21e5a218454a3.tar.gz
Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.
Diffstat (limited to 'win32')
-rw-r--r--win32/ScintillaWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 9aaf0552c..7dd7d410b 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -976,7 +976,7 @@ sptr_t ScintillaWin::HandleCompositionInline(uptr_t, sptr_t lParam) {
} else {
// No tentative undo means start of this composition so
// fill in any virtual spaces.
- FillVirtualSpace();
+ ClearBeforeTentativeStart();
}
view.imeCaretBlockOverride = false;