From af3cfb99016015199448117de4c7f9e1a504c9e6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 8 Sep 2001 23:33:21 +0000 Subject: Handle SCI_HIDESELECTION message. --- src/Editor.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 8fbb94d71..2171924f0 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3730,6 +3730,11 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { return len; // Not including NUL } + case SCI_HIDESELECTION: + hideSelection = wParam; + Redraw(); + break; + case SCI_FORMATRANGE: return FormatRange(wParam, reinterpret_cast(lParam)); -- cgit v1.2.3