Applied patch [ 549256 ] fix minor bug in widgets sample
authorJulian Smart <julian@anthemion.co.uk>
Fri, 6 Sep 2002 19:45:26 +0000 (19:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 6 Sep 2002 19:45:26 +0000 (19:45 +0000)
commit4589ec39c0a8fb5268f577dfdeea2ccce7fb88d1
tree26f19c742d960d538f6085476b498068a5608773
parent3a9a01661aa51c52b734b16abdceec2f905c5f25
Applied patch [ 549256 ] fix minor bug in widgets sample

Arnout Engelen

The EVT_TEXT_ENTER event will not be caught in the 'widgets' sample since the wxTE_PROCESS_ENTER wasn't set for the wxTextCtrls. For some reason this does work correctly in wxMSW without this flag set, which could be considered a bug or documentation bug.

This patch adds the wxTE_PROCESS_ENTER flag and thus fixes this minor bug.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/widgets.cpp