From 5c1f4855926c423c241a494896b9b62d43956bff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 May 2024 15:37:24 +0300 Subject: =?UTF-8?q?fixes=20#4440=20(NewStory:=20=D0=B8=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D0=BC=D0=B0=D1=82=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=B2=20=D1=81=D0=B0?= =?UTF-8?q?=D0=BC=D1=8B=D0=B9=20=D0=BA=D0=BE=D0=BD=D0=B5=D1=86=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D0=B0=20=D0=BE?= =?UTF-8?q?=D0=BA=D0=BD=D0=B0=20=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=B2=D0=B5=D1=80=D1=82=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8)?= 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, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index a7ce2f95b2..d041679001 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -105,7 +105,7 @@ void NewstoryListData::OnResize(int newWidth, int newHeight) if (newHeight != cachedWindowHeight) { cachedWindowHeight = newHeight; - FixScrollPosition(true); + FixScrollPosition(); bDraw = true; } -- cgit v1.2.3