The Bitmap mask bug on OSX has been fixed, switch back to using the bitmap to get the shape

This commit is contained in:
Robin Dunn
2020-10-22 15:36:06 -07:00
parent 19d983fcee
commit be94264761
2 changed files with 14 additions and 6 deletions

View File

@@ -74,10 +74,10 @@ New and improved in this release:
compared to the original IE 11 backend. Using this backed requires that a
new-ish version of the Edge browser is installed on the end user's computer.
* Added the wx.Image.ConvertToRegion method. This lets you create a wx.Image
* Added the wx.Image.ConvertToRegion method. This lets you create a wx.Region
from an image and a specified color or the mask if the image has one. This
was done to workaround a bug in wxMac, but it seems worthwhile enough to keep
it around.
it around even after the bug was fixed.