Revision: 13601
          http://sourceforge.net/p/skim-app/code/13601
Author:   hofman
Date:     2023-08-23 17:34:57 +0000 (Wed, 23 Aug 2023)
Log Message:
-----------
invert condition

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2023-08-23 08:37:28 UTC (rev 13600)
+++ trunk/SKMainWindowController_UI.m   2023-08-23 17:34:57 UTC (rev 13601)
@@ -2038,7 +2038,7 @@
     PDFAnnotation *annotation = [[notification userInfo] 
objectForKey:SKPDFViewAnnotationKey];
     PDFPage *page = [[notification userInfo] objectForKey:SKPDFViewPageKey];
     
-    if ([[[notification userInfo] objectForKey:SKPDFViewTemporaryKey] 
boolValue]) {
+    if ([[[notification userInfo] objectForKey:SKPDFViewTemporaryKey] 
boolValue] == NO) {
         if ([annotation isSkimNote] && mwcFlags.addOrRemoveNotesInBulk == 0) {
             if ([[self selectedNotes] containsObject:annotation])
                 [rightSideController.noteOutlineView deselectAll:self];

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