]> git.saurik.com Git - wxWidgets.git/commit
Restore correct setting of the background colour.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 10:59:43 +0000 (10:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Sep 2009 10:59:43 +0000 (10:59 +0000)
commitdb5a2bff58b2dadd6c657afa57e0e723b9cab71d
tree4eded7882aacb88f445fd8bab602fa8177dbf0ec
parent474e9711477a5737b232435525da1c87f7eb72d2
Restore correct setting of the background colour.

The background colour for the HDC used for drawing the native controls wasn't
set correctly any more after changes of r61859 but we do need to call it or
the text in edit and similar controls is drawn using the default background
even if we return the correct brush which is used for erasing the control.

Closes #11190.

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