Revision: 15383
          http://sourceforge.net/p/skim-app/code/15383
Author:   hofman
Date:     2025-06-06 08:46:58 +0000 (Fri, 06 Jun 2025)
Log Message:
-----------
don't check twice

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-06-05 22:55:12 UTC (rev 15382)
+++ trunk/SKMainWindowController.m      2025-06-06 08:46:58 UTC (rev 15383)
@@ -2210,10 +2210,8 @@
         
         if (mwcFlags.addOrRemoveNotesInBulk == 0) {
             if ([annotation isSkimNote]) {
-                if ([annotation isSkimNote]) {
-                    [annotation setShouldDisplay:[pdfView hideNotes] == NO];
-                    [annotation setShouldPrint:[pdfView hideNotes] == NO];
-                }
+                [annotation setShouldDisplay:[pdfView hideNotes] == NO];
+                [annotation setShouldPrint:[pdfView hideNotes] == NO];
                 mwcFlags.updatingNoteSelection = 1;
                 [self insertObject:annotation inNotesAtIndex:[notes count]];
                 [rightSideController.noteArrayController rearrangeObjects]; // 
doesn't seem to be done automatically

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