Index: xfa/fwl/core/cfwl_datetimepicker.cpp |
diff --git a/xfa/fwl/core/cfwl_datetimepicker.cpp b/xfa/fwl/core/cfwl_datetimepicker.cpp |
index 5207c9a492b8890eb3f020500a7b388d941aa210..651b1b38c82667231d24c3f0a842705be5588fd5 100644 |
--- a/xfa/fwl/core/cfwl_datetimepicker.cpp |
+++ b/xfa/fwl/core/cfwl_datetimepicker.cpp |
@@ -79,7 +79,7 @@ void CFWL_DateTimePicker::GetWidgetRect(CFX_RectF& rect, bool bAutoSize) { |
} |
rect.Set(0, 0, kDateTimePickerWidth, kDateTimePickerHeight); |
- CFWL_Widget::GetWidgetRect(rect, true); |
+ InflateWidgetRect(rect); |
} |
void CFWL_DateTimePicker::Update() { |