X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..5a2e3d8c47db7f95d504ecd45f58b96c56572dd1:/wxPython/demo/OGL.py diff --git a/wxPython/demo/OGL.py b/wxPython/demo/OGL.py index 32df0612ec..7412974ea1 100644 --- a/wxPython/demo/OGL.py +++ b/wxPython/demo/OGL.py @@ -214,7 +214,7 @@ class TestWindow(ogl.ShapeCanvas): ) bmp = images.getTest2Bitmap() - mask = wx.MaskColour(bmp, wx.BLUE) + mask = wx.Mask(bmp, wx.BLUE) bmp.SetMask(mask) s = ogl.BitmapShape()