summaryrefslogtreecommitdiffstats
path: root/macosx/HBImageAndTextCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBImageAndTextCell.m')
-rw-r--r--macosx/HBImageAndTextCell.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBImageAndTextCell.m b/macosx/HBImageAndTextCell.m
index b0c400edb..5aebf9cf7 100644
--- a/macosx/HBImageAndTextCell.m
+++ b/macosx/HBImageAndTextCell.m
@@ -194,7 +194,7 @@ scaleProportionally(NSSize imageSize, NSRect canvasRect)
}
- [image drawAtPoint:imageFrame.origin fromRect:imageFrame operation:NSCompositeSourceOver fraction:1.0];
+ [image drawAtPoint:imageFrame.origin fromRect:imageFrame operation:NSCompositingOperationSourceOver fraction:1.0];
}
[super drawWithFrame:cellFrame inView:controlView];