| Index: fpdfsdk/formfiller/cffl_textfield.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_textfield.cpp b/fpdfsdk/formfiller/cffl_textfield.cpp
|
| index aa3b87a09a4dab87cf983eeaa23cc5019b4e2906..b80bbe4e172132530ede851e73aaa46ea0c754db 100644
|
| --- a/fpdfsdk/formfiller/cffl_textfield.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_textfield.cpp
|
| @@ -83,9 +83,7 @@ CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp,
|
| CPWL_Edit* pWnd = new CPWL_Edit();
|
| pWnd->AttachFFLData(this);
|
| pWnd->Create(cp);
|
| -
|
| - CFFL_IFormFiller* pIFormFiller = m_pEnv->GetIFormFiller();
|
| - pWnd->SetFillerNotify(pIFormFiller);
|
| + pWnd->SetFillerNotify(m_pEnv->GetInteractiveFormFiller());
|
|
|
| int32_t nMaxLen = m_pWidget->GetMaxLen();
|
| CFX_WideString swValue = m_pWidget->GetValue();
|
|
|