From 53bcaaee9acf14c4388427d9f11ce2985b95efc0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Nov 2023 21:33:09 +0300 Subject: NewStory: fix for Home button behavior --- plugins/NewStory/src/history_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 7b63110505..c95a155fb8 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -758,7 +758,7 @@ void NewstoryListData::ScrollDown(int deltaY) void NewstoryListData::ScrollTop() { scrollTopItem = scrollTopPixel = 0; - FixScrollPosition(true); + FixScrollPosition(); InvalidateRect(m_hwnd, 0, FALSE); } -- cgit v1.2.3