Fix incorrect painting of backgrounds inside notebook.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 May 2010 13:21:03 +0000 (13:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 May 2010 13:21:03 +0000 (13:21 +0000)
commit8c62319a8167892bd8d41e04b8b53729d48c3af1
tree89b9c2af33867fe4fe0d7984b64504d2c43f0998
parente91ce12d7332ae28eed94418dd4745282cdfcc6f
Fix incorrect painting of backgrounds inside notebook.

Children without transparent background (e.g. wxListBox) were still
pained using notebook's background brush. They shouldn't, it should
apply only to transparent-bg controls.

This fix is not perfect, see #12057.

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