summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/NewStory/src/history_control.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}