diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-07 21:35:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-07 21:35:38 +0300 |
commit | 7d4424c249762c3ace80975342009fccce60df2b (patch) | |
tree | 54855f08af76fe1a72c829d9cf9e39dfbfae1506 /plugins/TabSRMM/src/msgdialog.cpp | |
parent | b087c0c0087bcc47122823e6b9e3188101bb9f4d (diff) |
tabSRMM: both window types to use the same spliiter Y
Diffstat (limited to 'plugins/TabSRMM/src/msgdialog.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index b6d3f2ddaf..1fe9cb4fb5 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -2159,9 +2159,9 @@ INT_PTR CSrmmWindow::DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam) }
return 0;
+ case DM_CONFIGURETOOLBAR:
// configures the toolbar only... if lParam != 0, then it also calls
// SetDialogToType() to reconfigure the message window
- case DM_CONFIGURETOOLBAR:
m_bShowUIElements = m_pContainer->dwFlags & CNT_HIDETOOLBAR ? 0 : 1;
SetWindowLongPtr(GetDlgItem(m_hwnd, IDC_SPLITTERY), GWL_EXSTYLE, GetWindowLongPtr(GetDlgItem(m_hwnd, IDC_SPLITTERY), GWL_EXSTYLE) & ~WS_EX_STATICEDGE);
|