Index: xfa/fwl/core/cfwl_monthcalendar.cpp |
diff --git a/xfa/fwl/core/cfwl_monthcalendar.cpp b/xfa/fwl/core/cfwl_monthcalendar.cpp |
index 7b5c171a3af5463e2048e19646eefab6a2c86891..c1823384607cfac0b6b1d904a8c59d32c4141a51 100644 |
--- a/xfa/fwl/core/cfwl_monthcalendar.cpp |
+++ b/xfa/fwl/core/cfwl_monthcalendar.cpp |
@@ -168,7 +168,7 @@ void CFWL_MonthCalendar::GetWidgetRect(CFX_RectF& rect, bool bAutoSize) { |
CFX_SizeF fs = CalcSize(); |
rect.Set(0, 0, fs.x, fs.y); |
- CFWL_Widget::GetWidgetRect(rect, true); |
+ InflateWidgetRect(rect); |
} |
void CFWL_MonthCalendar::Update() { |