git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24875
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
[transform concat];
[flipTransform concat];
[transform concat];
[flipTransform concat];
- NSImage *nsimage = [[NSImage alloc]
- initWithSize:NSMakeSize(bmp.GetWidth(), bmp.GetHeight())];
- [nsimage addRepresentation: const_cast<wxBitmap&>(bmp).GetNSBitmapImageRep()];
+ NSImage *nsimage = [bmp.GetNSImage(useMask) retain];
+
[nsimage drawAtPoint: NSMakePoint(0,0)
fromRect: NSMakeRect(0.0,0.0,bmp.GetWidth(),bmp.GetHeight())
[nsimage drawAtPoint: NSMakePoint(0,0)
fromRect: NSMakeRect(0.0,0.0,bmp.GetWidth(),bmp.GetHeight())
- operation: NSCompositeCopy
+ operation: NSCompositeSourceOver
fraction: 1.0];
[nsimage release];
fraction: 1.0];
[nsimage release];