| Index: xfa/fwl/core/cfwl_combobox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_combobox.cpp b/xfa/fwl/core/cfwl_combobox.cpp
|
| index 8cc1e18873bdce31068dfe828551de4c48b3912f..3c0337ed575b7586fec2d2bf3c1db0d510cddbb0 100644
|
| --- a/xfa/fwl/core/cfwl_combobox.cpp
|
| +++ b/xfa/fwl/core/cfwl_combobox.cpp
|
| @@ -94,7 +94,7 @@ void CFWL_ComboBox::GetWidgetRect(CFX_RectF& rect, bool bAutoSize) {
|
| return;
|
|
|
| rect.Inflate(0, 0, *pFWidth, 0);
|
| - CFWL_Widget::GetWidgetRect(rect, true);
|
| + InflateWidgetRect(rect);
|
| }
|
|
|
| void CFWL_ComboBox::AddString(const CFX_WideStringC& wsText) {
|
|
|