Index: xfa/fxfa/app/xfa_fftextedit.cpp |
diff --git a/xfa/fxfa/app/xfa_fftextedit.cpp b/xfa/fxfa/app/xfa_fftextedit.cpp |
index 89c56763fec15b7db6ff8969d1aeeda9d2459927..5a6b1ea1a0ab91d97ce99806a42e2653a0de1a4d 100644 |
--- a/xfa/fxfa/app/xfa_fftextedit.cpp |
+++ b/xfa/fxfa/app/xfa_fftextedit.cpp |
@@ -146,7 +146,7 @@ FX_BOOL CXFA_FFTextEdit::OnRButtonUp(uint32_t dwFlags, |
if (!CXFA_FFField::OnRButtonUp(dwFlags, fx, fy)) |
return FALSE; |
- GetDoc()->GetDocProvider()->PopupMenu(this, CFX_PointF(fx, fy), nullptr); |
+ GetDoc()->GetDocProvider()->PopupMenu(this, CFX_PointF(fx, fy)); |
return TRUE; |
} |
FX_BOOL CXFA_FFTextEdit::OnSetFocus(CXFA_FFWidget* pOldWidget) { |