diff options
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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);
|