Commit 6d9172cf authored by Cyril Deguet's avatar Cyril Deguet

* backport of [15253]

parent d1ba54b5
......@@ -102,7 +102,7 @@ CtrlCheckbox::CtrlCheckbox( intf_thread_t *pIntf,
m_pImgUp = &m_imgUp2;
m_pImgOver = &m_imgOver2;
m_pImgDown = &m_imgDown2;
m_pImgCurrent = m_pImgDown;
m_pImgCurrent = m_pImgUp;
m_pCommand = &m_rCommand2;
m_pTooltip = &m_tooltip2;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment