diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-05 19:53:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-05 19:53:27 +0300 |
commit | 35544c08d3f45070e2d18e18a174fc0c8a0500c5 (patch) | |
tree | fc935b9b366f5a661d842ce74f96dcb27c1c3929 /plugins/TabSRMM | |
parent | c4c1ce437199d554133859c635c3b986f1b353a9 (diff) |
fixes #3399 (tabSRMM: кнопки чата временно пропадают при изменении настроек для приватов)
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index e07b4b642a..d6a30b3153 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -572,6 +572,9 @@ bool CMsgDialog::OnInitDialog() UpdateTitle();
m_hTabIcon = m_hTabStatusIcon;
+ if (!m_SendFormat)
+ ShowMultipleControls(m_hwnd, formatControls, _countof(formatControls), SW_HIDE);
+
UpdateNickList();
UpdateChatLog();
}
|