Revision: 14301
          http://sourceforge.net/p/skim-app/code/14301
Author:   hofman
Date:     2024-06-05 09:48:33 +0000 (Wed, 05 Jun 2024)
Log Message:
-----------
simplify updating all thumbnails

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2024-06-04 21:27:01 UTC (rev 14300)
+++ trunk/SKMainWindowController.m      2024-06-05 09:48:33 UTC (rev 14301)
@@ -2934,7 +2934,7 @@
 }
 
 - (void)allThumbnailsNeedUpdate {
-    [self updateThumbnailsAtPageIndexes:[NSIndexSet 
indexSetWithIndexesInRange:NSMakeRange(0, [[self thumbnails] count])]];
+    [thumbnails setValue:@YES forKey:@"dirty"];
 }
 
 #pragma mark Notes

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