diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-09 16:46:02 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-09 16:46:02 +0300 |
commit | 8553c260ff9939c9d78bbaf2634bb26a20342a3a (patch) | |
tree | 450d54a10aa2f30a5aaee873da557324e418c074 /src/core/stdmsg | |
parent | 41403799d2c11dd86142f03f7b562c6e02ff8d00 (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.cpp | 2 |
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);
}
|