]> git.saurik.com Git - wxWidgets.git/commit
In wxComboPopupExtraEventHandler::OnMouseEvent(): Also include wxEVT_LEFT_UP among...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 27 May 2010 20:03:07 +0000 (20:03 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 27 May 2010 20:03:07 +0000 (20:03 +0000)
commiteb7117d97846b714d7933f20e2deef69576d514e
tree2b3078681bf0fc82cd00e79bc1e02c74730535e3
parent62b91200c729ccc036ba71835bc37539c058dcdb
In wxComboPopupExtraEventHandler::OnMouseEvent(): Also include wxEVT_LEFT_UP among the mouse events to be blocked when the cursor is outside the popup area. This fixes wxMSW bug where the popup disappears immediately after mouse button is released (see #12087).

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