aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-10-05 13:12:11 +0000
committernyamatongwe <devnull@localhost>2000-10-05 13:12:11 +0000
commite2b900a39b29d8281cf39bc8ede6b33577b86310 (patch)
tree59ced0b95a44cabb594dc0d8bed78d91c086f9c5 /src
parent2ca50cc7e4f1f901eeefd87f0417e353d076b457 (diff)
downloadscintilla-mirror-e2b900a39b29d8281cf39bc8ede6b33577b86310.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: