Revision: 9423
          http://sourceforge.net/p/skim-app/code/9423
Author:   hofman
Date:     2017-06-03 16:59:44 +0000 (Sat, 03 Jun 2017)
Log Message:
-----------
only redisplay single table cell when thumbnail changes

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2017-06-01 21:25:06 UTC (rev 9422)
+++ trunk/SKMainWindowController.m      2017-06-03 16:59:44 UTC (rev 9423)
@@ -2610,7 +2610,7 @@
 
 - (void)updateThumbnailAtPageIndex:(NSUInteger)anIndex {
     [[self objectInThumbnailsAtIndex:anIndex] setDirty:YES];
-    [leftSideController.thumbnailTableView reloadData];
+    [leftSideController.thumbnailTableView 
setNeedsDisplayInRect:[leftSideController.thumbnailTableView 
frameOfCellAtColumn:0 row:anIndex]];
 }
 
 - (void)allThumbnailsNeedUpdate {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to