]> git.saurik.com Git - wxWidgets.git/commit
really, really fix handling Enter in spin controls: only request it for the control...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Sep 2008 19:50:30 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Sep 2008 19:50:30 +0000 (19:50 +0000)
commit242ec2f7e9e964025400a72581dfa9762850e98b
treeec14d6c7c644dcd76aef04cf284f3cde2efb517b
parenta6aa377bb38c4a2802cb3a0f382a7c7b09f8337a
really, really fix handling Enter in spin controls: only request it for the control if wxTE_PROCESS_ENTER is used to avoid breaking the use of Enter for the default item activation if it isn't; also document wxTE_PROCESS_ENTER style for wxSpinCtrl and add it to the sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/spinctrl.h
samples/widgets/spinbtn.cpp
src/msw/spinctrl.cpp