| Index: xfa/fxfa/app/xfa_ffchoicelist.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffchoicelist.cpp b/xfa/fxfa/app/xfa_ffchoicelist.cpp
|
| index e6cb1090ad3cdf0c094ef1d6ea092190ee9cc5c1..94090d6123649bdd58d341e7c47a22260d64255d 100644
|
| --- a/xfa/fxfa/app/xfa_ffchoicelist.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffchoicelist.cpp
|
| @@ -287,7 +287,7 @@ FX_BOOL CXFA_FFComboBox::OnRButtonUp(uint32_t dwFlags,
|
| if (!CXFA_FFField::OnRButtonUp(dwFlags, fx, fy))
|
| return FALSE;
|
|
|
| - GetDoc()->GetDocProvider()->PopupMenu(this, CFX_PointF(fx, fy));
|
| + GetDoc()->GetDocEnvironment()->PopupMenu(this, CFX_PointF(fx, fy));
|
| return TRUE;
|
| }
|
| FX_BOOL CXFA_FFComboBox::OnKillFocus(CXFA_FFWidget* pNewWidget) {
|
|
|