]> git.saurik.com Git - wxWidgets.git/commit
Set correct foreground default in wxControl::DoMSWControlColor().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Sep 2009 12:23:28 +0000 (12:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Sep 2009 12:23:28 +0000 (12:23 +0000)
commit3316192f0d8a79103271a48cf293a338ba817975
tree1d9ca4fc6e6f2a38ddc6373f21ff3188f04be29f
parent52c5093f76e534ec1a39f9f88a9b510b7cf3dbf2
Set correct foreground default in wxControl::DoMSWControlColor().

Instead of hard-coding GetSysColor(COLOR_WINDOWTEXT), use
GetForegroundColour() which will call GetDefaultAttributes() to retrieve the
default foreground appropriate for this control.

This also allows to make the code simpler by calling SetTextColor() only once.

See #1691.

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