J wrote:
[snippage]
> [grid_image drawAtPoint:draw_point fromRect:ovalRect operation:nil fraction:0.5 ] ;
Change 'operation:nil' to 'operation:NSCompositeCopy.' When you
passed nil (that is, zero) as the compositing operator, you actually
told it to just clear the destination.
HTH,
-jcr<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: drawing NSImage in a NSCustomView