Refactored wxComboPopupExtraEventHandler::OnMouseEvent(). Now block mouse events...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 1 Jun 2010 13:46:14 +0000 (13:46 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 1 Jun 2010 13:46:14 +0000 (13:46 +0000)
commit4794626d03258890c08194e3936e703c4025930a
treed71491e8f569733732d91d107c292c1b49335139
parent76e1326addf95dc8eedbf46193ed601c1e9f5276
Refactored wxComboPopupExtraEventHandler::OnMouseEvent(). Now block mouse events from the popup control until mouse button has been seen in 'up' state (ignoring first mouse up). This matches Windows native combo box behavior (fixes #12115).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/combocmn.cpp