diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-02 16:19:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-02 16:19:59 +0300 |
commit | bbb01adcd4c89ca377bfec17c2b572ecce84498c (patch) | |
tree | fb4d48c6ba269cf28897143a1f3509dca66527a2 /include | |
parent | b1b5248eb9638d7501f16182aee2458f44765500 (diff) |
fixes #2858 (Некорректно работает опция у кнопок "скрывать при нехватке места на тулбаре")
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index f52279445d..9fbfed7d24 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -59,7 +59,7 @@ struct CustomButtonData : public MZeroedObject HANDLE m_hIcon; // Handle to icolib registred icon bool m_bIMButton, m_bChatButton; - bool m_bCanBeHidden, m_bCantBeHidden, m_bHidden, m_bAutoHidden, m_bSeparator, m_bDisabled, m_bPushButton; + bool m_bCanBeHidden, m_bCantBeHidden, m_bHidden, m_bSeparator, m_bDisabled, m_bPushButton; bool m_bRSided; BYTE m_opFlags; HPLUGIN m_pPlugin; |