Handle hot spots in wxImage::Rotate90().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Nov 2010 01:02:27 +0000 (01:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Nov 2010 01:02:27 +0000 (01:02 +0000)
commit000c2be40d8e0231f6565ba2931f4c88add433d9
tree25dbfd0bd8fa0a5889ad35276021219897d9bb0c
parentf8314f3c20b1c426825481acc1ec3a42106455bf
Handle hot spots in wxImage::Rotate90().

Set hot spot coordinates for the rotated image if the original one had them.

Also handle the case when the source image has both alpha and mask correctly.

Closes #3680.

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