Antialiasing stuff not working as I thought it would
Antialiasing stuff not working as I thought it would
- Subject: Antialiasing stuff not working as I thought it would
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 12 Oct 2001 16:51:30 +0200
Is it mandatory to specify if you want Antialiased drawings when you're
inside a drawRect method ?
The problem is the following one:
I have a NSTableView with a custom NSTableCornerView.
The NSTableView accepts drag onto it (in a mode that causes the frame of
the NSTableView to be drawn in black i.e. [tv setDropRow:-1
dropOperation:NSTableViewDropOn];).
Since 10.1, the drawing of the NSTableView frame is no more buggy when
you scroll through the table view (very cool) but after I have accepted
a drop, the drawing of the NSTableCornerView view is made with no
antialiasing.
Is it the expected/designed behavior ?