diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-20 11:54:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-20 11:54:33 +0300 |
commit | 4dac8bd56f9116ac76423b2664286ed894ca80c2 (patch) | |
tree | 3ef2088f0fcd17e8e8f22f10fa5aa018cd428c5f /plugins/NewStory/src/history_control.h | |
parent | 14d3913fe7e41d56d6d6fd18711ef95e2e72ab85 (diff) |
fixes #4068 (NewStory: Тормоза в поиске)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 463bfe15c2..f18ee1793d 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -7,6 +7,7 @@ struct NewstoryListData : public MZeroedObject { NewstoryListData(HWND); + mir_cs m_csItems; HistoryArray items; int scrollTopItem; // topmost item |