Revision: 14805
          http://sourceforge.net/p/skim-app/code/14805
Author:   hofman
Date:     2024-12-09 17:13:24 +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:10:11 UTC (rev 14804)
+++ trunk/SKMainWindowController.m      2024-12-09 17:13:24 UTC (rev 14805)
@@ -2693,7 +2693,7 @@
                 [self updateThumbnailAtPageIndex:[note pageIndex]];
                 
                 for (SKSnapshotWindowController *wc in snapshots) {
-                    if ([wc isPageVisible:[note page]]) {
+                    if ([wc isPageVisible:page]) {
                         [self snapshotNeedsUpdate:wc placeholder:NO];
                         [[wc pdfView] updatedAnnotation:note];
                     }

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