Files
wxWidgets/samples/dialogs
Vadim Zeitlin 4edae7238a Fix skipping the event in wxEVT_TEXT_ENTER handler in wxMSW
Skipping the event is supposed to have the same effect as not handling the
event at all, but in wxMSW wxTE_PROCESS_ENTER style must be specified for a
wxEVT_TEXT_ENTER handler to be executed at all and if this style is used, then
the default handling in MSWProcessMessage() which normally happens before
calling the handler doesn't take place at all.

Work around this by explicitly performing the default "Enter" key action if
the event generated by it wasn't handled to make wxMSW behaviour more
intuitive.
2016-02-20 17:07:04 +01:00
..
2016-02-10 20:38:10 +01:00
2014-08-24 01:50:11 +00:00
2012-01-15 14:46:41 +00:00
2011-10-18 21:57:02 +00:00