Revision: 16270
          http://sourceforge.net/p/skim-app/code/16270
Author:   hofman
Date:     2026-05-10 16:02:59 +0000 (Sun, 10 May 2026)
Log Message:
-----------
extend ignoring outline selection

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

Modified: trunk/SKMainWindowController_Actions.m
===================================================================
--- trunk/SKMainWindowController_Actions.m      2026-05-10 15:56:51 UTC (rev 
16269)
+++ trunk/SKMainWindowController_Actions.m      2026-05-10 16:02:59 UTC (rev 
16270)
@@ -248,7 +248,6 @@
         [pdfView performAction:[outlineItem action]];
     else if ([outlineItem destination])
         [pdfView goToDestination:[outlineItem destination]];
-    mwcFlags.updatingOutlineSelection = 0;
     if ([self interactionMode] == SKPresentationMode) {
         PDFPage *page = [outlineItem page];
         if (page) {
@@ -257,6 +256,7 @@
                 [self hideSideWindow];
         }
     }
+    mwcFlags.updatingOutlineSelection = 0;
 }
 
 - (void)goToSelectedFindResults:(id)sender {

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