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