]> git.saurik.com Git - wxWidgets.git/commit
Correct the fix that broke wxRegion::ConvertToBitmap().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Oct 2010 23:11:04 +0000 (23:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Oct 2010 23:11:04 +0000 (23:11 +0000)
commit4d9d127f45d6c9af714da5b84081d01a2f15affe
tree14afc68466e201c6b8b6201586f7375705d4c05c
parent140091e55c98abbb7616f613f95cb2a736fc5f25
Correct the fix that broke wxRegion::ConvertToBitmap().

The changes in r64874 were incorrect and made the size of the bitmap even
more wrong than before. Fix it correctly now by just adding 1 extra pixel to
the size of the bitmap used in the original (pre-r64874) version.

Closes #12213.

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