Revision: 16465
http://sourceforge.net/p/skim-app/code/16465
Author: hofman
Date: 2026-09-13 14:26:14 +0000 (Sun, 13 Sep 2026)
Log Message:
-----------
use local variable
Modified Paths:
--------------
trunk/SKMainWindowController_UI.m
Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m 2026-09-12 21:34:31 UTC (rev 16464)
+++ trunk/SKMainWindowController_UI.m 2026-09-13 14:26:14 UTC (rev 16465)
@@ -2005,7 +2005,7 @@
[self updateThumbnailSelectionHighlights];
[self updateTocSelectionHighlights];
- if (beforeMarkedPage.pageIndex != NSNotFound && [[pdfView currentPage]
pageIndex] != markedPage.pageIndex)
+ if (beforeMarkedPage.pageIndex != NSNotFound && pageIndex !=
markedPage.pageIndex)
beforeMarkedPage.pageIndex = NSNotFound;
[self updateSubtitle];
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