no real changes but replace manual calls to Set{Text,Bk}Color() with matching calls...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2008 21:48:47 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2008 21:48:47 +0000 (21:48 +0000)
commit76f91e7741e1f9f34aa246a37816a8ae0fe222e4
treed2f6601ed1806ad836902d679c1482f7904eb33a
parent23648cb34ceb91ab02394ae72ebd4825b9e2f2a5
no real changes but replace manual calls to Set{Text,Bk}Color() with matching calls to restore original colours with constructions of local wxTextColoursChanger objects which do this automatically; also renamed the old wxColourChanger class to wxBrushAttrsSetter to make it more clear what it does and reduce the risk of confusion with the new class

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