From b2d511ebf71157fefdbcbaba9eac1a06d575314b Mon Sep 17 00:00:00 2001 From: Mataes Date: Sun, 3 May 2020 21:16:32 +0300 Subject: newstory: sort not needed --- plugins/NewStory/src/history.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/NewStory/src') diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 5059a8ec1e..99efbb61cb 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -368,8 +368,7 @@ class CHistoryDlg : public CDlgBase wchar_t buf[50]; TVINSERTSTRUCT tvi; tvi.hParent = nullptr; - tvi.hInsertAfter = TVI_SORT; - tvi.item.mask = TVIF_TEXT | TVIF_IMAGE | TVIF_SELECTEDIMAGE; + tvi.item.mask = TVIF_TEXT; if (CurYear != PrevYear) { _itow(CurYear, buf, 10); -- cgit v1.2.3