| Index: xfa/fwl/core/ifwl_combobox.h
|
| diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h
|
| index db5b0678ae075fd9fb12635d9d1845135d5fe1bb..ad48ec23912ec048c5a2c2c85223fd5acd6c1156 100644
|
| --- a/xfa/fwl/core/ifwl_combobox.h
|
| +++ b/xfa/fwl/core/ifwl_combobox.h
|
| @@ -120,7 +120,7 @@ class IFWL_ComboBox : public IFWL_Widget {
|
| int32_t GetCurrentSelection() const { return m_iCurSel; }
|
|
|
| private:
|
| - FX_FLOAT GetListHeight();
|
| + FX_FLOAT GetDataProviderListHeight();
|
| bool IsDropDownStyle() const {
|
| return !!(m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CMB_DropDown);
|
| }
|
|
|