summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-14 16:41:43 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-14 16:41:43 +0300
commit5fee2a9dfbe21f329c0955328606c69560129672 (patch)
tree958e21213f8cb27ff9275e7f4e8cf675cb66f64c /plugins/NewStory/src/history_array.cpp
parent054bb1949247445a29a68812579800904edf6a02 (diff)
fixes #3781 (Newstory: Problems with scrolling, and crash)
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r--plugins/NewStory/src/history_array.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp
index 30ce49af66..3eb986cd88 100644
--- a/plugins/NewStory/src/history_array.cpp
+++ b/plugins/NewStory/src/history_array.cpp
@@ -406,9 +406,6 @@ void ItemData::load(bool bFullLoad)
if (uint32_t size = blob.getSize())
buf.AppendFormat(TranslateT(" %u KB"), size < 1024 ? 1 : unsigned(blob.getSize() / 1024));
- if (blob.getSize() > 0 && blob.getSize() == blob.getTransferred())
- buf.AppendFormat(L" [$hicon=%p$]", g_plugin.getIcon(IDI_OK));
-
wtext = buf.Detach();
markRead();
break;