Set m_inheritBgCol flag in wxPanel with a background bitmap.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Mar 2011 16:08:11 +0000 (16:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Mar 2011 16:08:11 +0000 (16:08 +0000)
commitaf2fdacdb83b11cf09899fa2a522efbbededc004
treec9eb5f081aae473334552af51f981d1b8d011356
parent4dc7ae1ae8af4415c54a4fe949ebd7f3489293b9
Set m_inheritBgCol flag in wxPanel with a background bitmap.

This ensures that the panel background is used by its transparent children
under wxMSW even when the panel itself is inside a wxNotebook with themed
background: making InheritsBackgroundColour() return true prevents the
notebook from overriding our background.

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