diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index af78618a59..8874d1873a 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -1637,7 +1637,7 @@ void wxComboCtrlBase::HandleNormalMouseEvent( wxMouseEvent& event ) { // relay (some) mouse events to the popup if ( evtType == wxEVT_MOUSEWHEEL ) - m_popup->AddPendingEvent(event); + m_popup->GetEventHandler()->AddPendingEvent(event); } else if ( evtType ) event.Skip();