From 78504625fdfa6f3e61d75afecb84aa627ccb6677 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 6 Oct 2000 05:27:30 +0000 Subject: Added call to NotifyMove in MovePositionTo to cause SCN_POSCHANGED to be sent. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index febe69b00..6ab2196c7 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -475,6 +475,7 @@ int Editor::MovePositionTo(int newPos, bool extend) { } EnsureCaretVisible(); ShowCaretAtCurrentPosition(); + NotifyMove(newPos); return 0; } -- cgit v1.2.3