fixed event generation for wxChoice: it now sends one and exactly one wxEVT_COMMAND_C...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2006 20:20:16 +0000 (20:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2006 20:20:16 +0000 (20:20 +0000)
commitc11f04122f0f85889165d0bacf7a470fbf3e6fbf
treeef9d590f549ff4399d4e105a0f71d03151a32447
parentd77d8c0719173311669c52b96aa5a35023a827d0
fixed event generation for wxChoice: it now sends one and exactly one wxEVT_COMMAND_CHOICE_SELECTED irrespectively of how the item was chosen and only does it after the dropdown is closed

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