Revision: 14806
          http://sourceforge.net/p/skim-app/code/14806
Author:   hofman
Date:     2024-12-09 17:13:57 +0000 (Mon, 09 Dec 2024)
Log Message:
-----------
reuse local variable

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2024-12-09 17:13:24 UTC (rev 14805)
+++ trunk/SKMainWindowController.m      2024-12-09 17:13:57 UTC (rev 14806)
@@ -2704,7 +2704,7 @@
                 
                 if ([keyPath isEqualToString:SKNPDFAnnotationBoundsKey]) {
                     if ([note isNote]) {
-                        [pdfView annotationsChangedOnPage:[note page]];
+                        [pdfView annotationsChangedOnPage:page];
                         [pdfView resetPDFToolTipRects];
                     }
                     

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