Revision: 15449
          http://sourceforge.net/p/skim-app/code/15449
Author:   hofman
Date:     2025-06-12 14:38:06 +0000 (Thu, 12 Jun 2025)
Log Message:
-----------
update note selection after setting page

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-06-12 14:28:31 UTC (rev 15448)
+++ trunk/SKMainWindowController.m      2025-06-12 14:38:06 UTC (rev 15449)
@@ -1198,7 +1198,6 @@
         placeholderWidgetProperties = [widgetProperties copy];
     
     [self updatePageLabelsAndOutlineForExpansionState:openState];
-    [self updateNoteSelection];
     
     if (unlocked && [snapshotDicts count])
         [self showSnapshotsWithSetups:snapshotDicts];
@@ -1210,6 +1209,8 @@
         [pdfView resetHistory];
     }
     
+    [self updateNoteSelection];
+    
     if (markedPage.pageIndex >= pageCount)
         markedPage.pageIndex = beforeMarkedPage.pageIndex = NSNotFound;
     else if (beforeMarkedPage.pageIndex >= pageCount)

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