Handle image hot spot in wxImage::Rotate180().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Nov 2010 12:09:51 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Nov 2010 12:09:51 +0000 (12:09 +0000)
commit0547ad09ccbc8f853502bf496f411c1623a68382
treea6f22ecae0d8e9e43ad00481d8644ebed8a92981
parent8524dec37240576add68b1b6dcb6d40621a951d7
Handle image hot spot in wxImage::Rotate180().

Set the hot spot coordinates correctly for the image returned from
Rotate180(), just as it's already done by Rotate90().

Closes #12680.

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