| Index: xfa/src/fwl/src/lightwidget/combobox.cpp
|
| diff --git a/xfa/src/fwl/src/lightwidget/combobox.cpp b/xfa/src/fwl/src/lightwidget/combobox.cpp
|
| index aa6bb527883283dc50f43ca7a6094137be8acb2d..dd5508b40b035c7e9c69ba7f830adf614ab0cdda 100644
|
| --- a/xfa/src/fwl/src/lightwidget/combobox.cpp
|
| +++ b/xfa/src/fwl/src/lightwidget/combobox.cpp
|
| @@ -27,7 +27,7 @@ FWL_ERR CFWL_ComboBox::Initialize(const CFWL_WidgetProperties* pProperties) {
|
| prop.m_pOwner = m_pProperties->m_pOwner->GetWidget();
|
| }
|
| m_pIface = IFWL_ComboBox::Create();
|
| - FWL_ERR ret = ((IFWL_ComboBox*)m_pIface)->Initialize(prop);
|
| + FWL_ERR ret = ((IFWL_ComboBox*)m_pIface)->Initialize(prop, nullptr);
|
| if (ret == FWL_ERR_Succeeded) {
|
| CFWL_Widget::Initialize();
|
| }
|
|
|