Revision: 15623
          http://sourceforge.net/p/skim-app/code/15623
Author:   hofman
Date:     2025-07-08 16:03:29 +0000 (Tue, 08 Jul 2025)
Log Message:
-----------
no need to test for editing as this will be hidden

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-07-08 16:01:41 UTC (rev 15622)
+++ trunk/SKPDFView.m   2025-07-08 16:03:29 UTC (rev 15623)
@@ -4386,7 +4386,7 @@
         id annotations = [[page annotations] reverseObjectEnumerator];
         
         for (PDFAnnotation *annotation in annotations) {
-            if ([annotation isSkimNote] && [annotation hitTest:point] && [self 
isEditingAnnotation:annotation] == NO) {
+            if ([annotation isSkimNote] && [annotation hitTest:point]) {
                 [self removeAnnotation:annotation];
                 break;
             }

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to