Files
wxWidgets/tests
Vadim Zeitlin 13163fb315 Send event when clearing wxTextCtrl in wxGTK again
This was broken by 1c946a469a and resulted
in test failures in OwnerDrawnComboBoxTestCase::TextChangeEvents() unit
test because wxOwnerDrawnComboBox::Clear() used SetValue("") and didn't
generate any events any more.

Fix this regression by explicitly sending an event if we're returning
early and add a unit test explicitly checking that SetValue("") does
generate an event.
2017-11-07 03:12:10 +01:00
..
2017-10-01 09:41:49 -07:00
2017-11-02 08:56:29 -07:00
2017-11-05 09:35:43 -08:00
2017-07-04 13:15:14 -06:00
2017-07-04 13:15:14 -06:00
2011-09-29 13:47:38 +00:00
2004-11-22 15:12:29 +00:00
2015-03-19 21:46:05 +01:00