Files
wxWidgets/src
Vadim Zeitlin 84f29ce472 Don't send EVT_TEXT_ENTER to controls without wxTE_PROCESS_ENTER
wxMSW always sent this event to multiline text controls, even when they
didn't have wxTE_PROCESS_ENTER style, contrary to what was documented.

Avoid sending this event unless wxTE_PROCESS_ENTER is used and add unit
tests checking that multiline text controls don't get it without this
style (but still do get it with it).
2019-09-10 18:48:20 +02:00
..
2019-07-15 00:00:18 +02:00
2019-09-05 23:36:50 +02:00
2018-11-17 19:06:32 +01:00
2019-08-22 14:57:34 +02:00
2018-11-17 19:08:40 +01:00