diff --git a/Source/NSCell.m b/Source/NSCell.m index cc468aa4a..d52202b3b 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -1473,7 +1473,7 @@ static NSColor *shadowCol; */ if ([controlView isFlipped]) position.y += size.height; - [_cell_image compositeToPoint: position operation: NSCompositeCopy]; + [_cell_image compositeToPoint: position operation: NSCompositeSourceOver]; } break;