Revision: 15475
          http://sourceforge.net/p/skim-app/code/15475
Author:   hofman
Date:     2025-06-16 21:31:24 +0000 (Mon, 16 Jun 2025)
Log Message:
-----------
note window controller is closed implicitly when removing note

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-06-16 21:26:11 UTC (rev 15474)
+++ trunk/SKMainWindowController.m      2025-06-16 21:31:24 UTC (rev 15475)
@@ -2291,8 +2291,6 @@
                 if ([[self selectedNotes] containsObject:annotation])
                     [rightSideController.noteOutlineView deselectAll:self];
                 
-                [[self windowControllerForNote:annotation] close];
-                
                 mwcFlags.updatingNoteSelection = 1;
                 NSUInteger i = [notes indexOfObject:annotation];
                 if (i != NSNotFound)

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