Re: bezier path redraw problems
Re: bezier path redraw problems
- Subject: Re: bezier path redraw problems
- From: Roarke Lynch <email@hidden>
- Date: Fri, 6 Dec 2002 10:36:53 -0500
On Friday, December 6, 2002, at 07:40 AM, Pete Carss wrote:
mouseLoc = [[[[self superview] superview] superview] convertPoint:
[theEvent locationInWindow] fromView:nil];
Why do you this? You have an NSView subclassed, that sits inside an
NSTabView right?
You should simply have to call [self convertPoint:[theEvent
locationInWindow] fromView:nil].
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
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.