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 }