Index: xfa/fwl/core/ifwl_monthcalendar.cpp |
diff --git a/xfa/fwl/core/ifwl_monthcalendar.cpp b/xfa/fwl/core/ifwl_monthcalendar.cpp |
index e2084872dc5988459e71abd56ff0e1338651c56c..cec6c4ca69194718ec032b5313200cc5180932c3 100644 |
--- a/xfa/fwl/core/ifwl_monthcalendar.cpp |
+++ b/xfa/fwl/core/ifwl_monthcalendar.cpp |
@@ -985,7 +985,7 @@ void IFWL_MonthCalendar::OnLButtonDown(CFWL_MsgMouse* pMsg) { |
} |
} else { |
IFWL_DateTimePicker* pIPicker = static_cast<IFWL_DateTimePicker*>(m_pOuter); |
- if (pIPicker->IsMonthCalendarShowed()) |
+ if (pIPicker->IsMonthCalendarVisible()) |
m_bFlag = 1; |
} |
} |