| Index: xfa/fwl/core/cfwl_comboedit.cpp
|
| diff --git a/xfa/fwl/core/cfwl_comboedit.cpp b/xfa/fwl/core/cfwl_comboedit.cpp
|
| index 32e4cbb2dc25bc7c793e02934109f6c50d250071..8ee9da6f14072b12ecb241e951bc7207f4337cfd 100644
|
| --- a/xfa/fwl/core/cfwl_comboedit.cpp
|
| +++ b/xfa/fwl/core/cfwl_comboedit.cpp
|
| @@ -39,7 +39,7 @@ void CFWL_ComboEdit::FlagFocus(bool bSet) {
|
| }
|
|
|
| m_pProperties->m_dwStates &= ~FWL_WGTSTATE_Focused;
|
| - ShowCaret(false);
|
| + HideCaret(nullptr);
|
| }
|
|
|
| void CFWL_ComboEdit::OnProcessMessage(CFWL_Message* pMessage) {
|
|
|