From e3ecd39c1d3a4803b8d4c051846ad6ad7b059d6f Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Wed, 11 Feb 2004 03:49:36 +0000 Subject: [PATCH] Another cleanup that doesn't seem to actually help --- ITImageCell.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ) { -- 2.20.1