Should not send event again when mouse release.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-23 17:43:18 +00:00
parent d6ae3804dd
commit 0e998def86

View File

@@ -1476,8 +1476,6 @@ bool wxStdListboxInputHandler::HandleMouse(wxInputConsumer *consumer,
{
winCapture->ReleaseMouse();
m_btnCapture = 0;
action = m_actionMouse;
}
//else: the mouse wasn't presed over the listbox, only released here
}