From: Alexander Strange Date: Wed, 11 Feb 2004 03:49:36 +0000 (+0000) Subject: Another cleanup that doesn't seem to actually help X-Git-Tag: v0.2~3 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/e3ecd39c1d3a4803b8d4c051846ad6ad7b059d6f Another cleanup that doesn't seem to actually help --- diff --git a/ITImageCell.m b/ITImageCell.m index d8f38b9..055435a 100755 --- a/ITImageCell.m +++ b/ITImageCell.m @@ -47,7 +47,9 @@ } if ( _scalesSmoothly ) { - CGContextSetInterpolationQuality([[NSGraphicsContext currentContext] graphicsPort], kCGInterpolationHigh); + // CGContextSetInterpolationQuality([[NSGraphicsContext currentContext] graphicsPort], kCGInterpolationHigh); + [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationHigh]; + [[NSGraphicsContext currentContext] setShouldAntialias:YES]; } if ( castsShadow ) {