Re: bezier path redraw problems
Re: bezier path redraw problems
- Subject: Re: bezier path redraw problems
- From: j o a r <email@hidden>
- Date: Fri, 6 Dec 2002 13:52:41 +0100
On Friday, Dec 6, 2002, at 13:40 Europe/Stockholm, Pete Carss wrote:
You asked for it...I'm not sure how elegant the superview-superview
business is...
Right... :)
[lineToMovie stroke];
Shouldn't you lock focus on the view to draw in somewhere around here?
[[[[self superview] superview] superview] setNeedsDisplayInRect:
[lineToMovie bounds]];
Are you sure that the rect returned from [lineToMovie bounds]
corresponds to anything valid in the coordinate system of the frame of
that superview's superview's superview?
j o a r
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.