In wxComboPopupEvtHandler::OnMouseEvent(), when need to relay event to drop-down...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 1 Jun 2010 15:01:59 +0000 (15:01 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 1 Jun 2010 15:01:59 +0000 (15:01 +0000)
commitdb3d75435a6f5750e2411a9456627a195dfb2d99
tree6523ec504f804eeddd765e0a2b3332fe043b0de3
parent063155781d8b491052a2342f55058bc8a88a4497
In wxComboPopupEvtHandler::OnMouseEvent(), when need to relay event to drop-down button, call HandleButtonMouseEvent() directly, if possible. This is less confusing for the platform-specific wxComboCtrl implementations, and fixes issue where the drop-down button could remain in pressed state after the mouse button was lifted.

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