Revision: 16263
          http://sourceforge.net/p/skim-app/code/16263
Author:   hofman
Date:     2026-05-09 21:38:26 +0000 (Sat, 09 May 2026)
Log Message:
-----------
remove test code

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-09 21:31:54 UTC (rev 16262)
+++ trunk/SKMainWindowController_UI.m   2026-05-09 21:38:26 UTC (rev 16263)
@@ -2094,7 +2094,7 @@
     PDFAnnotation *annotation = [[notification userInfo] 
objectForKey:SKPDFViewAnnotationKey];
     SKNoteOutlineView *ov = rightSideController.noteOutlineView;
     
-    if (0&[annotation isSkimNote])
+    if ([annotation isSkimNote])
         [self setHasOutline:NO forAnnotation:annotation];
     
     annotation = [pdfView currentAnnotation];

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