wxWidgets/tests/events
Vadim Zeitlin 5dd5d68e67 Revert "Fix fields initialization in wxCommandEvent copy ctor."
This reverts commit 62763ad541 which seems to
have been completely unnecessary as the fields had been already initialized
and this commit actually broke initialization of the propagation level of the
copied wxCommandEvent objects.

Add a unit test proving that things do work.

Closes #16739.
2016-01-30 05:02:54 +01:00
..
clone.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evthandler.cpp Fix UnbindFromHandler() test compilation with C++98 2015-12-08 15:22:01 +01:00
evtlooptest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evtsource.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
keyboard.cpp x11 alrady support GetUnicodeKey() by last commit, remove these check 2014-09-23 17:43:41 +00:00
propagation.cpp Revert "Fix fields initialization in wxCommandEvent copy ctor." 2016-01-30 05:02:54 +01:00
stopwatch.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
timertest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00