]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/combobox.cpp
adding explicit log.h include
[wxWidgets.git] / src / univ / combobox.cpp
index 80ff466793f9df42625764e4ab092e3df1b22f0b..4b4953f462a6551ce6b10fd0592f1bffc7821b34 100644 (file)
@@ -185,7 +185,7 @@ void wxComboListBox::OnLeftUp(wxMouseEvent& event)
     wxCommandEvent evt(wxEVT_COMMAND_COMBOBOX_SELECTED,m_combo->GetId());
     evt.SetInt(wxListBox::GetSelection());
     evt.SetEventObject(m_combo);
     wxCommandEvent evt(wxEVT_COMMAND_COMBOBOX_SELECTED,m_combo->GetId());
     evt.SetInt(wxListBox::GetSelection());
     evt.SetEventObject(m_combo);
-    m_combo->ProcessEvent(evt);
+    m_combo->ProcessWindowEvent(evt);
 
     event.Skip();
 }
 
     event.Skip();
 }