diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_combobox.cpp')
-rw-r--r-- | xfa/fwl/core/ifwl_combobox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/core/ifwl_combobox.cpp b/xfa/fwl/core/ifwl_combobox.cpp index 5221f773e5..c2f1c873ae 100644 --- a/xfa/fwl/core/ifwl_combobox.cpp +++ b/xfa/fwl/core/ifwl_combobox.cpp @@ -345,10 +345,6 @@ void IFWL_ComboBox::ShowDropList(bool bActivate) { if (!bActivate) { m_pComboBoxProxy->EndDoModal(); - CFWL_EvtCmbCloseUp ev; - ev.m_pSrcTarget = this; - DispatchEvent(&ev); - m_bLButtonDown = false; m_pListBox->SetNotifyOwner(true); SetFocus(true); |