On Sun, Jul 27, 2008 at 7:09 PM, glenn andreas <[EMAIL PROTECTED]> wrote:
>
> If you call [NSGraphicsContext currentContext] before your
> setCurrentContext:, what do you get back?
>
> Whatever that is, that's the context to restore with a second
> [NSGraphicsContext setCurrentContext: ] at the end...

This is all a bit excessive. The NSGraphicsContext class methods for
saving/restoring state *do* save and restore the graphics context too.
Just wrap the whole thing in [NSGraphicsContext saveGraphicsState] and
[NSGraphicsContext restoreGraphicsState] and off you go.

Mike
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to