Revision: 16360
          http://sourceforge.net/p/skim-app/code/16360
Author:   hofman
Date:     2026-06-05 16:38:06 +0000 (Fri, 05 Jun 2026)
Log Message:
-----------
replace sRGB black by blackColor for highlight annotations, as our replacement 
still has problems on Tahoe

Modified Paths:
--------------
    trunk/PDFAnnotationMarkup_SKExtensions.m

Modified: trunk/PDFAnnotationMarkup_SKExtensions.m
===================================================================
--- trunk/PDFAnnotationMarkup_SKExtensions.m    2026-06-05 16:06:48 UTC (rev 
16359)
+++ trunk/PDFAnnotationMarkup_SKExtensions.m    2026-06-05 16:38:06 UTC (rev 
16360)
@@ -96,7 +96,7 @@
     if (blackColor == nil)
         blackColor = [NSColor colorWithSRGBRed:0.0 green:0.0 blue:0.0 
alpha:1.0];
     if ([self markupType] == kPDFMarkupTypeHighlight && [color 
isEqual:blackColor])
-        color = [NSColor colorWithSRGBRed:0.0000001 green:0.0000001 
blue:0.0000001 alpha:1.0];
+        color = [NSColor blackColor];
     original_setColor(self, _cmd, color);
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to