keep m_value in sync with real combobox value (set it initially and update it correct...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Sep 2004 19:51:39 +0000 (19:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Sep 2004 19:51:39 +0000 (19:51 +0000)
commit9a6bc6560bd3d436cb27e8b5eb8d9b2e0fd08f4d
tree5ab2f396ef28b4b5fed07593013a830c5cff018b
parent162662e91cbe29b0527eacd4cd398b5d4ab8fa96
keep m_value in sync with real combobox value (set it initially and update it correctly in CBN_EDITCHANGE handler)

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