[SOLVED] Re: NSOpenPanel weirdness
[SOLVED] Re: NSOpenPanel weirdness
- Subject: [SOLVED] Re: NSOpenPanel weirdness
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 8 Jan 2004 00:50:19 +0100
I'm wondering if it would not be a good idea to just code between 1 AM
and 11 AM.
I finally found the culprit which was in some lines of code I found in
the Masamam archive to be able to have a transparent NSTextView.
The code was replacing the NSClipView code and it looks like in 10.2,
the clipping is handled differently in the NSSavePanel than in 10.3 as
in 10.2, the top of the NSBrowser view was losing one line of graphics
on vertical scrolling. This is clipped by the NSClipView usually but
was no more in my case.
_______________________________________________
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.