diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 1 |
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: |