Index: xfa/fwl/core/ifwl_combobox.cpp |
diff --git a/xfa/fwl/core/ifwl_combobox.cpp b/xfa/fwl/core/ifwl_combobox.cpp |
index 5221f773e5a48f5eabe9b7a7d3c95018c3c54778..c2f1c873aea3fd2377de7a54186ae3905e9f8d50 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); |