Custom View (NSView) Drawing Problem in 10.3
Custom View (NSView) Drawing Problem in 10.3
- Subject: Custom View (NSView) Drawing Problem in 10.3
- From: Joshua Orr <email@hidden>
- Date: Tue, 28 Oct 2003 23:48:04 -0700
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.