summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-24 22:33:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-09-24 22:33:00 +0300
commit54c433dd493e3917bc9b70c0d76f3f33e740059e (patch)
tree52ca19e895afbae93bc40e4b987a8b36cb4c20a3 /plugins/TabSRMM
parenteea6566a1bfd3b71e155e7d3f5d6588b8aeb6e1f (diff)
same option removed from code too
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/chat_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp
index e7a7219045..f8c1c99341 100644
--- a/plugins/TabSRMM/src/chat_options.cpp
+++ b/plugins/TabSRMM/src/chat_options.cpp
@@ -530,7 +530,7 @@ public:
bool OnInitDialog() override
{
- SetWindowLongPtr(treeCheck.GetHwnd(), GWL_STYLE, GetWindowLongPtr(treeCheck.GetHwnd(), GWL_STYLE) | (TVS_HASBUTTONS | TVS_CHECKBOXES | TVS_NOHSCROLL));
+ SetWindowLongPtr(treeCheck.GetHwnd(), GWL_STYLE, GetWindowLongPtr(treeCheck.GetHwnd(), GWL_STYLE) | TVS_NOHSCROLL);
if (mir_wstrlen(g_Settings.pwszAutoText))
edtAutocomplete.SetText(g_Settings.pwszAutoText);