]> git.saurik.com Git - wxWidgets.git/commit
Fix drawing of bitmaps with masks in mirrored wxDC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Feb 2013 00:35:49 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Feb 2013 00:35:49 +0000 (00:35 +0000)
commit4bd1fc29b235ef580d084b8ca95d4ee2372bb157
tree2cbc35882bc8dcec33e67ed62ca88242cc041a1b
parent15f74a3feb2a76c0ed7052d330c971a9164e52ba
Fix drawing of bitmaps with masks in mirrored wxDC.

The mask must be mirrored in the same way as the main bitmap itself (currently
it's not mirrored at all but this could change in the future), so create the
temporary memory HDC with the same layout as is used by the main HDC.

Closes #3995.

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