From 0e998def861b8b1213da8195c01600313e61490d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Sep 2014 17:43:18 +0000 Subject: [PATCH] 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 --- src/univ/listbox.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/univ/listbox.cpp b/src/univ/listbox.cpp index 7841fb87fc..334891c65b 100644 --- a/src/univ/listbox.cpp +++ b/src/univ/listbox.cpp @@ -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 }