diff options
-rw-r--r-- | macosx/HBImageAndTextCell.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBImageAndTextCell.m b/macosx/HBImageAndTextCell.m index ff860c66f..5e2a09cad 100644 --- a/macosx/HBImageAndTextCell.m +++ b/macosx/HBImageAndTextCell.m @@ -194,8 +194,8 @@ scaleProportionally(NSSize imageSize, NSRect canvasRect) break; } - - [image compositeToPoint:imageFrame.origin operation:NSCompositeSourceOver]; + + [image drawAtPoint:imageFrame.origin fromRect:imageFrame operation:NSCompositeSourceOver fraction:1.0]; } [super drawWithFrame:cellFrame inView:controlView]; |