fixed event generation for wxComboBox to be consistent with the other platforms and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2006 20:53:27 +0000 (20:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2006 20:53:27 +0000 (20:53 +0000)
commit7d90194ccb382badfd569d0a791f03853d7e6a9a
treef20c48147b25778bd784b45d595be2ee04fd9ba9
parentc11f04122f0f85889165d0bacf7a470fbf3e6fbf
fixed event generation for wxComboBox to be consistent with the other platforms and also simplified the code by using the existing wxChoice logic instead of reimplementing it in a broken way

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