diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-26 18:43:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-26 18:43:41 +0300 |
commit | 28e1fda20433c9629ba13adfbd53a81d5baf9011 (patch) | |
tree | a788cbe9e7648a7354a6cb03e13041671c378ba1 /plugins/NewStory/src/stdafx.h | |
parent | df3763bc4f1a82d8edecf25fcfa4e28cc4f17dd6 (diff) |
fixes #3962 (NewStory: при удалении сообщения пропадают соседние)
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 2 |
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(); |