From 864c3e4a00ab61c51753b6a8307ebe0e421fcae3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 Aug 2023 14:53:25 +0300 Subject: =?UTF-8?q?fixes=20#3644=20(NewStory:=20=D0=B8=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B5=D0=B1=D0=B8=D1=82=D1=8C=20=D0=B3=D1=80=D1=8F=D0=B7=D0=BD?= =?UTF-8?q?=D0=BE-=D0=B3=D0=BE=D0=BB=D1=83=D0=B1=D0=BE=D0=B9=20=D1=86?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=20=D0=B2=D1=8B=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/history_control.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index f0fa9b24c2..71762f1934 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -415,13 +415,11 @@ int NewstoryListData::PaintItem(HDC hdc, int index, int top, int width) clText = g_fontTable[fontid].cl; if (item->m_bSelected) { - MTextSendMessage(0, item->data, EM_SETSEL, 0, -1); clText = g_colorTable[COLOR_SELTEXT].cl; clBack = g_colorTable[COLOR_SELBACK].cl; clLine = g_colorTable[COLOR_SELFRAME].cl; } else { - MTextSendMessage(0, item->data, EM_SETSEL, 0, 0); clLine = g_colorTable[COLOR_FRAME].cl; clBack = g_colorTable[colorid].cl; } -- cgit v1.2.3