I believe you need to tell the window to invalidate its shadow. The end of
ClockView's drawRect: is a bad place to do it, but as a proof of concept:

- (void)drawRect: (NSRect)rect
{

    ... lots of drawing code ...

    [[self window] invalidateShadow];

}
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to