| Index: xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffcheckbutton.cpp b/xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| index 253cbd002510fd43cbf79ba1eaee0879df37961a..5b651b656105216690a45fce965023f3e1af0714 100644
|
| --- a/xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| @@ -248,7 +248,7 @@ FX_BOOL CXFA_FFCheckButton::OnLButtonUp(uint32_t dwFlags,
|
| ms.m_fx = fx;
|
| ms.m_fy = fy;
|
| FWLToClient(ms.m_fx, ms.m_fy);
|
| - ms.m_pDstTarget = m_pNormalWidget->m_pIface;
|
| + ms.m_pDstTarget = m_pNormalWidget->GetWidget();
|
| TranslateFWLMessage(&ms);
|
| return TRUE;
|
| }
|
|
|