From 1d2f883b5ef5513aa57026b0556d56ed92da4e00 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Oct 2023 18:20:06 +0300 Subject: =?UTF-8?q?fixes=20#3745=20(NewStory:=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D1=8F=D0=B4=D0=BA=D0=B0=20=D1=81=D0=BE=D1=80=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=B2=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D1=82=D0=BE=D0=BC=20=D0=BE=D0=BA=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=BD=D0=B0=D1=87=D0=B8=D0=BD=D0=B0=D1=8E=D1=82=D1=81=D1=8F?= =?UTF-8?q?=20=D1=87=D1=83=D0=B4=D0=B5=D1=81=D0=B0)?= 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 insertions(+) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 2bc48a8adc..f0b73701d1 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -851,6 +851,8 @@ LRESULT CALLBACK NewstoryListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM case NSM_SET_OPTIONS: data->bSortAscending = g_plugin.bSortAscending; + data->scrollTopPixel = 0; + data->FixScrollPosition(true); InvalidateRect(hwnd, 0, FALSE); break; -- cgit v1.2.3