From 8ed5448b0f4a982fb8f3a408df913c1cdc9378fe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 23 Mar 2024 14:01:01 +0300 Subject: NewStory: fix for visual glitches --- plugins/NewStory/src/history_array.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index 83b839f0e6..d8a9a36a25 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -453,6 +453,8 @@ void ItemData::load(bool bLoadAlways) void ItemData::setText(const wchar_t *pwszText) { + savedHeight = -1; + int fontid, colorid; getFontColor(fontid, colorid); -- cgit v1.2.3