]> git.saurik.com Git - wxWidgets.git/commit
Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each...
authorKevin Hock <hockkn@yahoo.com>
Fri, 21 Jan 2005 20:04:00 +0000 (20:04 +0000)
committerKevin Hock <hockkn@yahoo.com>
Fri, 21 Jan 2005 20:04:00 +0000 (20:04 +0000)
commit9da00e91b4ad147584297b1a64cc1abfa50ee010
tree918797d1b2618ddd0d14606f23c53f629994a1f9
parent16cba29d3a5a0a95b367382311a4a7a9a9833210
Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each time you tab into the combobox, the text updated event is fired, which is wrong)

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