Re: Custom View (NSView) Drawing Problem in 10.3
Re: Custom View (NSView) Drawing Problem in 10.3
- Subject: Re: Custom View (NSView) Drawing Problem in 10.3
- From: Troy Stephens <email@hidden>
- Date: Wed, 29 Oct 2003 09:59:58 -0800
Joshua,
Is the rectangle the same color as any of your Bezier paths?
Please send me a screen grab that exhibits the problem if you can.
Thanks,
Troy Stephens
Cocoa frameworks, Apple
On Oct 28, 2003, at 10:48 PM, Joshua Orr wrote:
In 10.2, I did not have this problem. When I recently upgraded to
10.3, my
program started drawing a strange artifact. It's four lines that go
around
in a rectangle, the rectangle is what's is passed to the drawRect:
method in
my custom NSView subclass.
I am not drawing this rectangle in my custom view, and this problem
did not
happen in 10.2 though 10.2.8.
Does anybody have any idea why this is happening, I am thinking that
the
clipping rectangle needs to be adjusted, or is it something else?
I am making heavy use of NSBezierPath objects, would this have
anything to
do with it?
-Joshua D. Orr-
_______________________________________________
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.