Handle kCGImageAlphaNoneSkipFirst correctly in wxOSX wxBitmap code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:24:40 +0000 (22:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:24:40 +0000 (22:24 +0000)
commit4fbb421ba9ba22ae7aa2a73b48009d18a06fdd94
tree2d356292707599fa05e75a8dfb7a9863af1898d4
parent93be446f3a957d9347ebb8b65f2a124c76f4bf68
Handle kCGImageAlphaNoneSkipFirst correctly in wxOSX wxBitmap code.

The code tested twice for kCGImageAlphaNoneSkipLast which was clearly wrong.
The original intention was probably to check for both it and
kCGImageAlphaNoneSkipFirst, so fix it to this now.

Closes #14019.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/core/bitmap.cpp