diff --git a/macosx/InfoTabButtonCell.m b/macosx/InfoTabButtonCell.m index 72110e93d..851102a13 100644 --- a/macosx/InfoTabButtonCell.m +++ b/macosx/InfoTabButtonCell.m @@ -96,9 +96,10 @@ iconSize.width, iconSize.height); [fIcon drawInRect: iconRect fromRect: NSZeroRect operation: NSCompositeSourceOver fraction: 1.0]; - [tabImage unlockFocus]; } + [tabImage unlockFocus]; + [self setImage: tabImage]; [tabImage release]; }