summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-19 19:10:10 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-19 19:10:10 +0300
commit18facae76d28d9ce95482ff5ee07bf3ca139bc10 (patch)
treec5e68ab20b10606891f31181b55e2c2012d7f2f9 /plugins/NewStory/src/history_control.h
parent0ea5c484af5f956c87800df524bdcb55c040b2f2 (diff)
fixes #3647 (NewStory: после удаления истории чата остаётся белая дыра)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r--plugins/NewStory/src/history_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h
index 5bafeaa727..f98beed419 100644
--- a/plugins/NewStory/src/history_control.h
+++ b/plugins/NewStory/src/history_control.h
@@ -61,7 +61,7 @@ struct NewstoryListData : public MZeroedObject
RECT rcLastPaint;
- bool bWasShift, bSortAscending, hasData, bWasAtBottom;
+ bool bWasShift, bSortAscending, bWasAtBottom;
HWND hwnd;
HWND hwndEditBox;