Revision: 16359
          http://sourceforge.net/p/skim-app/code/16359
Author:   hofman
Date:     2026-06-05 16:06:48 +0000 (Fri, 05 Jun 2026)
Log Message:
-----------
update comment

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

Modified: trunk/PDFAnnotationCircle_SKExtensions.m
===================================================================
--- trunk/PDFAnnotationCircle_SKExtensions.m    2026-06-04 15:37:51 UTC (rev 
16358)
+++ trunk/PDFAnnotationCircle_SKExtensions.m    2026-06-05 16:06:48 UTC (rev 
16359)
@@ -109,7 +109,7 @@
 }
 
 - (void)autoUpdateStringWithPage:(PDFPage *)page {
-    // this calculation is roughly the inverse of -[PDFView 
addAnnotationWithType:selection:point:]
+    // this calculation is roughly the inverse of -[PDFView 
addOtherAnnotationWithType:selection:point:]
     NSRect bounds = NSInsetRect([self bounds], [self lineWidth] - 1.0, [self 
lineWidth] - 1.0);
     CGFloat t, w = NSWidth(bounds), h = NSWidth(bounds);
     if (w <= 0.0 || h <= 0.0)

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