Use WS_EX_CONTROLPARENT for wxStaticBox in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:51:27 +0000 (22:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:51:27 +0000 (22:51 +0000)
commit4ea366746bb0fdc232e5d44b5fc2938324a9d366
tree916bf09e5decdfd760793d035b13df8c1e353c91
parent8f0271018e86b7c1957e036ac2a983292ebd89c4
Use WS_EX_CONTROLPARENT for wxStaticBox in wxMSW.

This doesn't change anything currently but it seems correct to use this style
with wxStaticBox as it can now contain other windows (and so be "control
parent"), so it could allow Windows or other programs checking for this style
to handle it more correctly.

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