Ensure that the MDI child is active in event propagation test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 22:17:55 +0000 (22:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 22:17:55 +0000 (22:17 +0000)
commitada25b6e95c3da511b0663775d79c59474344c34
treebe51f2e56ff87e06190b31896178eb7f9afd19fb
parent5737bab736a5699b6393c1d190c0cbb5df8a1af7
Ensure that the MDI child is active in event propagation test.

Call wxMDIChildFrame::Activate() explicitly as the behaviour was different
under MSW (where the activation happened too late for the test) and GTK where
the child did become active because of the hacks in place to ensure it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/events/propagation.cpp