Revision: 16236
          http://sourceforge.net/p/skim-app/code/16236
Author:   hofman
Date:     2026-05-06 16:53:57 +0000 (Wed, 06 May 2026)
Log Message:
-----------
invert condition

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-06 16:49:08 UTC (rev 16235)
+++ trunk/SKMainWindowController_UI.m   2026-05-06 16:53:57 UTC (rev 16236)
@@ -392,7 +392,7 @@
     if ([[pdfView document] outlineRoot] == nil)
         return;
     
-    if (mwcFlags.updatingOutlineSelection) {
+    if (mwcFlags.updatingOutlineSelection == 0) {
         // Get index of current page.
         NSUInteger pageIndex = [[pdfView currentPage] pageIndex];
         

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