update the combobox text as soon as we get CBN_SELENDOK as otherwise wxEVT_COMMAND_CO...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jul 2006 20:22:23 +0000 (20:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Jul 2006 20:22:23 +0000 (20:22 +0000)
commitd0b6344dda3b46c359330f92ac49c256891b3f11
tree9747e9b0bb1e2c185455007c8b18b92ce1d67b4d
parent6f002df40ee303636319c8863fce9ed5be3399e7
update the combobox text as soon as we get CBN_SELENDOK as otherwise wxEVT_COMMAND_COMBOBOX_SELECTED handler got wrong value from our GetValue()

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