| Index: xfa/fwl/core/cfwl_monthcalendar.cpp
|
| diff --git a/xfa/fwl/core/cfwl_monthcalendar.cpp b/xfa/fwl/core/cfwl_monthcalendar.cpp
|
| index 9d22b13509809d951b9b2b6083fa6165f5aa4276..db1ace1bfffd6f267d875085b513194c072eaeb8 100644
|
| --- a/xfa/fwl/core/cfwl_monthcalendar.cpp
|
| +++ b/xfa/fwl/core/cfwl_monthcalendar.cpp
|
| @@ -996,7 +996,7 @@ void CFWL_MonthCalendar::OnLButtonUp(CFWL_MsgMouse* pMsg) {
|
| int32_t iCurSel = GetDayAtPoint(pMsg->m_fx, pMsg->m_fy);
|
| CFX_RectF rt;
|
| CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter);
|
| - pIPicker->GetFormProxy()->GetWidgetRect(rt);
|
| + pIPicker->GetFormProxy()->GetWidgetRect(rt, false);
|
| rt.Set(0, 0, rt.width, rt.height);
|
| if (iCurSel > 0) {
|
| DATEINFO* lpDatesInfo = m_arrDates.GetAt(iCurSel - 1);
|
|
|