Revision: 15460
          http://sourceforge.net/p/skim-app/code/15460
Author:   hofman
Date:     2025-06-14 16:16:38 +0000 (Sat, 14 Jun 2025)
Log Message:
-----------
note table is already reloaded in updatePageLabelsAndOutlineForExpansionState:

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-06-14 16:07:10 UTC (rev 15459)
+++ trunk/SKMainWindowController.m      2025-06-14 16:16:38 UTC (rev 15460)
@@ -1220,6 +1220,8 @@
         [pdfView resetHistory];
     }
     
+    [self updateNoteSelection];
+    
     // the number of pages may have changed
     [toolbarController handleChangedHistoryNotification:nil];
     [toolbarController handlePageChangedNotification:nil];
@@ -1229,8 +1231,6 @@
     
     // make sure we clear the undo handling
     undoGroupOldPropertiesPerNote = nil;
-    [rightSideController.noteOutlineView reloadData];
-    [self updateNoteSelection];
     [pdfView resetPDFToolTipRects];
 }
 

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to