summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-05-09 16:46:02 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-05-09 16:46:02 +0300
commit8553c260ff9939c9d78bbaf2634bb26a20342a3a (patch)
tree450d54a10aa2f30a5aaee873da557324e418c074 /src/core/stdmsg
parent41403799d2c11dd86142f03f7b562c6e02ff8d00 (diff)
end of clist common settings zoo in m_clist.h
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r--src/core/stdmsg/src/msgoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgoptions.cpp b/src/core/stdmsg/src/msgoptions.cpp
index 3fd9bf5bad..f0a0266488 100644
--- a/src/core/stdmsg/src/msgoptions.cpp
+++ b/src/core/stdmsg/src/msgoptions.cpp
@@ -429,7 +429,7 @@ public:
void ResetCList(CCtrlClc::TEventInfo* = nullptr)
{
- clist.SetUseGroups(Clist::UseGroups);
+ clist.SetUseGroups(Clist::bUseGroups);
clist.SetHideEmptyGroups(1);
}