summaryrefslogtreecommitdiff
path: root/src/mir_core
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-17 18:43:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-17 18:43:17 +0300
commit7515702ee563399f869f850a327855e7051d5424 (patch)
tree5030a2c0ad27c0311d959fcbaae55fa12291d00f /src/mir_core
parent50fa3cf77478d4ac62c836c8397e6bd20243a1af (diff)
fixes #2777 (Notes and Reminders: убрать настройку "Добавлять пункты в меню контакта")
Diffstat (limited to 'src/mir_core')
-rw-r--r--src/mir_core/src/CCtrlSlider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/CCtrlSlider.cpp b/src/mir_core/src/CCtrlSlider.cpp
index c418051693..c9086eaeea 100644
--- a/src/mir_core/src/CCtrlSlider.cpp
+++ b/src/mir_core/src/CCtrlSlider.cpp
@@ -53,7 +53,7 @@ bool CCtrlSlider::OnApply()
void CCtrlSlider::OnReset()
{
- SendMsg(TBM_SETRANGE, 0, MAKELPARAM(m_wMax, m_wMin));
+ SendMsg(TBM_SETRANGE, 0, MAKELONG(m_wMin, m_wMax));
if (m_dbLink != nullptr)
SetPosition(LoadInt());