Don't recurse into top level children when validating recursively.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 12:48:12 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 12:48:12 +0000 (12:48 +0000)
commite949d38c4e59441c90c1332889005b46b2d36f63
tree3863f3579282688239a47c7bb6629833db641367
parent5abc0d2197b49d0ede5aac71c08c2fd693e56498
Don't recurse into top level children when validating recursively.

Even with wxWS_EX_VALIDATE_RECURSIVELY flag, we should never validate the top
level children (e.g. dialogs) when validating the parent window. This is never
useful and can be completely unexpected.

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