No real changes, just refactor wxControlContainer code a little.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Jul 2013 00:43:29 +0000 (00:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Jul 2013 00:43:29 +0000 (00:43 +0000)
commit2c750daecddf6d69364e66e6465113ad9b9454a5
treecea12d70636083c92adad8035b9f9048dd083374
parentda6239561dc89d95d20f1854f08e04cdc080cf41
No real changes, just refactor wxControlContainer code a little.

Extract the call to wxWindow::SetCanFocus() into a separate
UpdateParentCanFocus() function as it can be necessary to do it from places
other than UpdateCanFocusChildren() too.

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