diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index eba507cec6..de2b17e258 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -2441,7 +2441,7 @@ void wxListMainWindow::OnMouse( wxMouseEvent &event ) evtCtx.SetEventObject(GetParent()); GetParent()->GetEventHandler()->ProcessEvent(evtCtx); } - else + else if (event.LeftDown()) { // reset the selection and bail out HighlightAll(false);