Revision: 25047 http://sourceforge.net/p/bibdesk/svn/25047 Author: hofman Date: 2020-10-31 10:35:07 +0000 (Sat, 31 Oct 2020) Log Message: ----------- Use multiply compsiting for background of active font well
Modified Paths: -------------- trunk/bibdesk/BDSKFontWell.m Modified: trunk/bibdesk/BDSKFontWell.m =================================================================== --- trunk/bibdesk/BDSKFontWell.m 2020-10-31 06:30:27 UTC (rev 25046) +++ trunk/bibdesk/BDSKFontWell.m 2020-10-31 10:35:07 UTC (rev 25047) @@ -343,6 +343,7 @@ if ([self state] == NSOnState) { [NSGraphicsContext saveGraphicsState]; + [[NSGraphicsContext currentContext] setCompositingOperation:NSCompositeMultiply]; [[NSColor selectedControlColor] setFill]; [NSBezierPath fillRect:NSInsetRect(frame, 1.0, 1.0)]; [NSGraphicsContext restoreGraphicsState]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit