moved code working around combobox selection bug to wxComboBox: wxChoice doesn't...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Jan 2005 14:39:29 +0000 (14:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Jan 2005 14:39:29 +0000 (14:39 +0000)
commit51cdee11e0cbf47d78584822aaaf1eb975a992ea
tree5eb2f9c2bbbacc37ab52f5dcd90b3795c627a5ee
parent04049dbb0be75349579fb70eccf742993d518bec
moved code working around combobox selection bug to wxComboBox: wxChoice doesn't have selection anyhow, why should it be there?

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