Revision: 14378
          http://sourceforge.net/p/skim-app/code/14378
Author:   hofman
Date:     2024-07-15 09:25:36 +0000 (Mon, 15 Jul 2024)
Log Message:
-----------
fix note type

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-07-12 14:47:15 UTC (rev 14377)
+++ trunk/SKPDFView.m   2024-07-15 09:25:36 UTC (rev 14378)
@@ -3938,7 +3938,7 @@
                 dw = secondaryOutset(dh);
             }
             bounds = NSInsetRect(bounds, -0.5 * w * dw - lw, -0.5 * h * dh - 
lw);
-        } else if ([[currentAnnotation type] isEqualToString:SKNCircleString]) 
{
+        } else if ([[currentAnnotation type] isEqualToString:SKNSquareString]) 
{
             bounds = NSInsetRect(bounds, -lw, -lw);
         } else {
             NSBeep();

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