aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-10-05 13:12:11 +0000
committernyamatongwe <unknown>2000-10-05 13:12:11 +0000
commit103d8f1e3babef4bc69d9aee26e6ba97808ba970 (patch)
tree59ced0b95a44cabb594dc0d8bed78d91c086f9c5 /src
parenta2bc00fb8619d2a130500cfcfb458fa2f87c7ca9 (diff)
downloadscintilla-mirror-103d8f1e3babef4bc69d9aee26e6ba97808ba970.tar.gz
Made SCI_SETCURSOR take effect immediately.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 642faf5f4..febe69b00 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -4324,6 +4324,7 @@ long Editor::WndProc(unsigned int iMessage, unsigned long wParam, long lParam) {
case SCI_SETCURSOR:
cursorMode = wParam;
+ DisplayCursor(Window::cursorText);
break;
case SCI_GETCURSOR: