Revision: 13438
          http://sourceforge.net/p/skim-app/code/13438
Author:   hofman
Date:     2023-05-11 15:20:39 +0000 (Thu, 11 May 2023)
Log Message:
-----------
also reload label with icon when updating file url for bookmark

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

Modified: trunk/SKBookmarkController.m
===================================================================
--- trunk/SKBookmarkController.m        2023-05-11 14:47:00 UTC (rev 13437)
+++ trunk/SKBookmarkController.m        2023-05-11 15:20:39 UTC (rev 13438)
@@ -588,7 +588,7 @@
                 NSURL *fileURL = [[oPanel URLs] firstObject];
                 if (fileURL) {
                     [bm setFileURL:fileURL];
-                    [outlineView reloadDataForRowIndexes:[NSIndexSet 
indexSetWithIndex:[outlineView rowForItem:bm]] columnIndexes:[NSIndexSet 
indexSetWithIndex:1]];
+                    [outlineView reloadDataForRowIndexes:[NSIndexSet 
indexSetWithIndex:[outlineView rowForItem:bm]] columnIndexes:[NSIndexSet 
indexSetWithIndexesInRange:NSMakeRange(0, 2)]];
                 }
             }
         }];

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