diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-02 15:13:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-02 15:13:34 +0300 |
commit | 46d2305c53d3c43fed39870a32f7cf598db5de8d (patch) | |
tree | 742c4372186483dd8ca4604da95a21297d467856 /plugins/TabSRMM/src/msgdlgother.cpp | |
parent | c0f3f15af0ea4149f7e572158831aa0c675ea3df (diff) |
tabSRMM: obsolete hidden setting removed
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 4eefe4db8c..a349dfcedf 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -2330,25 +2330,6 @@ void CMsgDialog::UpdateWindowState(UINT msg) m_bDeferredScroll = false; DM_ScrollToBottom(0, 1); } - - if (m_iLogMode == WANT_IEVIEW_LOG) { - HWND hwndLog = m_pLog->GetHwnd(); - - RECT rcRTF; - GetWindowRect(hwndLog, &rcRTF); - rcRTF.left += 20; - rcRTF.top += 20; - - POINT pt; - pt.x = rcRTF.left; - pt.y = rcRTF.top; - - if (M.GetByte("subclassIEView", 0)) { - mir_subclassWindow(hwndLog, IEViewSubclassProc); - SetWindowPos(hwndLog, nullptr, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_DRAWFRAME); - RedrawWindow(hwndLog, nullptr, nullptr, RDW_FRAME | RDW_INVALIDATE | RDW_UPDATENOW); - } - } } DM_SetDBButtonStates(); |