| Index: fpdfsdk/formfiller/cffl_combobox.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_combobox.cpp b/fpdfsdk/formfiller/cffl_combobox.cpp
|
| index 4b8473389069363ccbcfb0692331c3e8591164d9..d66977a0b180a62fb29dad39b81fe80e3acab6fa 100644
|
| --- a/fpdfsdk/formfiller/cffl_combobox.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_combobox.cpp
|
| @@ -274,7 +274,7 @@ CFX_WideString CFFL_ComboBox::GetSelectExportText() {
|
| CFX_WideString swRet;
|
|
|
| int nExport = -1;
|
| - CPDFSDK_PageView* pPageView = GetCurPageView();
|
| + CPDFSDK_PageView* pPageView = GetCurPageView(true);
|
| if (CPWL_ComboBox* pComboBox =
|
| (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) {
|
| nExport = pComboBox->GetSelect();
|
|
|