Revision: 13482
http://sourceforge.net/p/skim-app/code/13482
Author: hofman
Date: 2023-06-15 23:12:54 +0000 (Thu, 15 Jun 2023)
Log Message:
-----------
ignore overview selection update when resetting
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2023-06-15 22:59:11 UTC (rev 13481)
+++ trunk/SKMainWindowController.m 2023-06-15 23:12:54 UTC (rev 13482)
@@ -2690,7 +2690,9 @@
if ([[pdfView currentPage] pageIndex] != pageIndex)
[pdfView goToCurrentPage:[[pdfView document]
pageAtIndex:pageIndex]];
} else if ([indexes count] == 0) {
+ mwcFlags.updatingThumbnailSelection = 1;
[overviewView setSelectionIndexes:[NSIndexSet
indexSetWithIndex:[[pdfView currentPage] pageIndex]]];
+ mwcFlags.updatingThumbnailSelection = 0;
}
} else if (context == &SKPDFAnnotationPropertiesObservationContext) {
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