Revision: 14295
          http://sourceforge.net/p/skim-app/code/14295
Author:   hofman
Date:     2024-06-03 14:42:09 +0000 (Mon, 03 Jun 2024)
Log Message:
-----------
make sure we don't update thumbnail selection from overview when resetting 
thumbnails

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2024-06-03 14:33:56 UTC (rev 14294)
+++ trunk/SKMainWindowController.m      2024-06-03 14:42:09 UTC (rev 14295)
@@ -2888,6 +2888,7 @@
     [self setThumbnails:newThumbnails];
     [self updateThumbnailSelection];
     if (overviewView) {
+        mwcFlags.updatingThumbnailSelection = 1;
         [overviewView reloadData];
         [overviewView setSelectionIndexes:[NSIndexSet 
indexSetWithIndex:[[pdfView currentPage] pageIndex]]];
         [self updateOverviewItemSize];

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