Revision: 14641
          http://sourceforge.net/p/skim-app/code/14641
Author:   hofman
Date:     2024-11-05 15:03:02 +0000 (Tue, 05 Nov 2024)
Log Message:
-----------
remove comments

Modified Paths:
--------------
    trunk/SkimNotes/SKNPDFAnnotationNote.m

Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m      2024-11-05 10:31:21 UTC (rev 
14640)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m      2024-11-05 15:03:02 UTC (rev 
14641)
@@ -248,7 +248,7 @@
         [NSGraphicsContext restoreGraphicsState];
         CGContextRestoreGState(context);
 #if !defined(MAC_OS_X_VERSION_10_15) || MAC_OS_X_VERSION_MIN_REQUIRED < 
MAC_OS_X_VERSION_10_15
-    } else if ([self hasAppearanceStream] == NO /*&& 
floor(NSAppKitVersionNumber) <= SKNAppKitVersionNumber10_14*/ && 
floor(NSAppKitVersionNumber) >= SKNAppKitVersionNumber10_12) {
+    } else if ([self hasAppearanceStream] == NO && 
floor(NSAppKitVersionNumber) <= SKNAppKitVersionNumber10_14 && 
floor(NSAppKitVersionNumber) >= SKNAppKitVersionNumber10_12) {
         // on 10.12 through 10.14 draws based on the type rather than the 
/Subtype
         // as PDFKit does not know type Note we need to draw ourselves
         // type Text does just draws a dumb filled square anyway

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