Avoid generating two events on selection (when MSWCommand returns false,
authorJulian Smart <julian@anthemion.co.uk>
Mon, 4 Dec 2006 16:33:51 +0000 (16:33 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 4 Dec 2006 16:33:51 +0000 (16:33 +0000)
commit8cc5e8cff459a829ffd1bdea33ab25717b77bebd
treeaa5296031a178e60ea428eb22ab758526151a32d
parentcd8667eb807f72d20f638abf9258c2fce79bd195
Avoid generating two events on selection (when MSWCommand returns false,
the default window procedure is called in window.cpp and this generates
a further event)

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