Revision: 16381
          http://sourceforge.net/p/skim-app/code/16381
Author:   hofman
Date:     2026-06-09 16:08:53 +0000 (Tue, 09 Jun 2026)
Log Message:
-----------
observe did remove annotation

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2026-06-09 15:27:34 UTC (rev 16380)
+++ trunk/SKPDFView.m   2026-06-09 16:08:53 UTC (rev 16381)
@@ -3097,7 +3097,6 @@
     
     if ([self isPageAtIndexDisplayed:[page pageIndex]]) {
         PDFAnnotation *annotation = [userInfo 
objectForKey:SKPDFDocumentAnnotationKey];
-        
         [loupeController updateContents];
         if ([annotation isNote])
             [self resetPDFToolTipRects];
@@ -3144,6 +3143,8 @@
                              name:SKPDFDocumentDidAddAnnotationNotification 
object:pdfDoc];
     [nc addObserver:self 
selector:@selector(handleWillRemoveAnnotationNotification:)
                              
name:SKPDFDocumentWillRemoveAnnotationNotification object:pdfDoc];
+    [nc addObserver:self 
selector:@selector(handleDidAddRemoveAnnotationNotification:)
+                             name:SKPDFDocumentDidRemoveAnnotationNotification 
object:pdfDoc];
     [nc addObserver:self 
selector:@selector(handleWillMoveAnnotationNotification:)
                              name:SKPDFDocumentWillMoveAnnotationNotification 
object:pdfDoc];
     [nc addObserver:self 
selector:@selector(handleDidMoveAnnotationNotification:)

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