Revision: 15455
          http://sourceforge.net/p/skim-app/code/15455
Author:   hofman
Date:     2025-06-13 17:02:02 +0000 (Fri, 13 Jun 2025)
Log Message:
-----------
update note selectino after reloading note table

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-06-13 15:52:48 UTC (rev 15454)
+++ trunk/SKMainWindowController.m      2025-06-13 17:02:02 UTC (rev 15455)
@@ -1216,8 +1216,6 @@
         [pdfView resetHistory];
     }
     
-    [self updateNoteSelection];
-    
     // the number of pages may have changed
     [toolbarController handleChangedHistoryNotification:nil];
     [toolbarController handlePageChangedNotification:nil];
@@ -1228,6 +1226,7 @@
     // 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