Set wxTAB_TRAVERSAL for wxNavigationEnabled<> windows with focusable children.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:52:12 +0000 (22:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:52:12 +0000 (22:52 +0000)
commit861bdae4742c61aee0452316de7b71013d8c5ea9
tree177e1cd737027debf4e5e09c9d416506f5f7712a
parente68b7b364aff19665e2c6ee8c68266b6f3d56355
Set wxTAB_TRAVERSAL for wxNavigationEnabled<> windows with focusable children.

We need to have this flag under wxMSW in order for navigation events to be
generated for the window. As wxNavigationEnabled can't set this flag on
creation because its ctor is called too early, do it in overridden AddChild().

Closes #13271.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/containr.h