diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_comboedit.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_comboedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_comboedit.cpp b/xfa/fwl/core/cfwl_comboedit.cpp index 32e4cbb2dc..8ee9da6f14 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) { |