Revision: 14573
          http://sourceforge.net/p/skim-app/code/14573
Author:   hofman
Date:     2024-10-24 09:53:41 +0000 (Thu, 24 Oct 2024)
Log Message:
-----------
use extended icon type for scripting

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

Modified: trunk/SKNPDFAnnotationNote_SKExtensions.m
===================================================================
--- trunk/SKNPDFAnnotationNote_SKExtensions.m   2024-10-23 22:12:42 UTC (rev 
14572)
+++ trunk/SKNPDFAnnotationNote_SKExtensions.m   2024-10-24 09:53:41 UTC (rev 
14573)
@@ -174,12 +174,12 @@
 }
 
 - (PDFTextAnnotationIconType)scriptingIconType {
-    return [self iconType];
+    return [self extendedIconType];
 }
 
 - (void)setScriptingIconType:(PDFTextAnnotationIconType)iconType {
     if ([self isEditable]) {
-        [self setIconType:iconType];
+        [self setExtendedIconType:iconType];
     }
 }
 

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