From aeb8bd02a2b3f421be9269ce55ed230fda1f9f48 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Jul 2012 13:56:31 +1000 Subject: Send SCN_UPDATEUI with SC_UPDATE_SELECTION for backspace in virtual space. Bug #3543121. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 8a033bb19..f3c7709a0 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -4322,6 +4322,7 @@ void Editor::DelCharBack(bool allowLineStartDeletion) { ClearSelection(); } sel.RemoveDuplicates(); + ContainerNeedsUpdate(SC_UPDATE_SELECTION); // Avoid blinking during rapid typing: ShowCaretAtCurrentPosition(); } -- cgit v1.2.3