summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-26 18:43:41 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-26 18:43:41 +0300
commit28e1fda20433c9629ba13adfbd53a81d5baf9011 (patch)
treea788cbe9e7648a7354a6cb03e13041671c378ba1 /plugins/NewStory/src/stdafx.h
parentdf3763bc4f1a82d8edecf25fcfa4e28cc4f17dd6 (diff)
fixes #3962 (NewStory: при удалении сообщения пропадают соседние)
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r--plugins/NewStory/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h
index 56a9d9889a..5243753580 100644
--- a/plugins/NewStory/src/stdafx.h
+++ b/plugins/NewStory/src/stdafx.h
@@ -98,7 +98,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
HBRUSH hBackBrush;
CMOption<bool> bOptVScroll, bSortAscending;
- bool bMsgGrouping, bDrawEdge, bHppCompat; // thesw options are a copy of static CMOption to keep performance high
+ bool bMsgGrouping, bDrawEdge, bHppCompat, bDisableDelete = false; // thesw options are a copy of static CMOption to keep performance high
CMPlugin();