summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-11 11:40:16 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-11 11:40:16 +0300
commit9fe75dcbc4651f828830f8ee65f2d9e352627aba (patch)
tree9540f358b2107fea0195c62844e959e668e7ac6d /plugins/NewStory/src/history_control.h
parenta60896051a51130a99cf1b3030c6e58163fe3dd2 (diff)
fixes #3638 (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 2e1e6901f6..9cd9e9d782 100644
--- a/plugins/NewStory/src/history_control.h
+++ b/plugins/NewStory/src/history_control.h
@@ -80,7 +80,7 @@ struct NewstoryListData : public MZeroedObject
RECT rcLastPaint;
- bool bWasShift, bSortAscending, hasData, bScrollBottom;
+ bool bWasShift, bSortAscending, hasData;
HWND hwnd;
HWND hwndEditBox;