Revision: 9424
http://sourceforge.net/p/skim-app/code/9424
Author: hofman
Date: 2017-06-03 17:02:13 +0000 (Sat, 03 Jun 2017)
Log Message:
-----------
revert last commit, I am not sure if tableview updates itself properly
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2017-06-03 16:59:44 UTC (rev 9423)
+++ trunk/SKMainWindowController.m 2017-06-03 17:02:13 UTC (rev 9424)
@@ -2610,7 +2610,7 @@
- (void)updateThumbnailAtPageIndex:(NSUInteger)anIndex {
[[self objectInThumbnailsAtIndex:anIndex] setDirty:YES];
- [leftSideController.thumbnailTableView
setNeedsDisplayInRect:[leftSideController.thumbnailTableView
frameOfCellAtColumn:0 row:anIndex]];
+ [leftSideController.thumbnailTableView reloadData];
}
- (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