| Index: xfa/fwl/core/cfwl_monthcalendar.cpp
|
| diff --git a/xfa/fwl/core/cfwl_monthcalendar.cpp b/xfa/fwl/core/cfwl_monthcalendar.cpp
|
| index a550d310c4d31ac60943a7b5b14595fa4ed214d2..76426cd5be896805218d30da0bbd2a081d9383f8 100644
|
| --- a/xfa/fwl/core/cfwl_monthcalendar.cpp
|
| +++ b/xfa/fwl/core/cfwl_monthcalendar.cpp
|
| @@ -995,7 +995,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);
|
|
|