even controls with transparent background should draw it if they have an explicitly...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Apr 2007 01:15:53 +0000 (01:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Apr 2007 01:15:53 +0000 (01:15 +0000)
commit3b6c95eb5fbb5bcec4891d5767ffeffe3915e6f0
tree43e8f0be4ceabf11355c7ab0021394588d8cd3b4
parentb5a3a81b9ce50bbb1ab7961c41559dd1309fde10
even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/univ/stattext.cpp
src/univ/winuniv.cpp