diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-26 15:57:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-26 15:57:50 +0300 |
commit | 4ac8a5589cd54abe47f1c80c67b2a8265764528a (patch) | |
tree | f19de1b727375840a8aca83fcd84046699ba1f99 /plugins/TabSRMM/src/infopanel.cpp | |
parent | 1b2a01f70d70425f84d5009fabc33e5142f2cf73 (diff) |
TabSRMM:
- custom color chooser removed;
- unused menu items removed;
- version bump
Diffstat (limited to 'plugins/TabSRMM/src/infopanel.cpp')
-rw-r--r-- | plugins/TabSRMM/src/infopanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/infopanel.cpp b/plugins/TabSRMM/src/infopanel.cpp index 05fa5f9e8d..1c2f0b106f 100644 --- a/plugins/TabSRMM/src/infopanel.cpp +++ b/plugins/TabSRMM/src/infopanel.cpp @@ -329,7 +329,7 @@ void CInfoPanel::renderContent(const HDC hdc) dis.rcItem = m_dat->m_rcPic;
dis.hDC = hdc;
dis.hwndItem = m_dat->GetHwnd();
- if (m_dat->MsgWindowDrawHandler(0, (LPARAM)&dis) == 0) {
+ if (m_dat->MsgWindowDrawHandler(&dis) == 0) {
::PostMessage(m_dat->GetHwnd(), WM_SIZE, 0, 1);
::PostMessage(m_dat->GetHwnd(), DM_FORCEREDRAW, 0, 0);
}
|