Revision: 16370
          http://sourceforge.net/p/skim-app/code/16370
Author:   hofman
Date:     2026-06-08 14:38:31 +0000 (Mon, 08 Jun 2026)
Log Message:
-----------
move method implementation

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2026-06-08 14:08:07 UTC (rev 16369)
+++ trunk/SKPDFView.m   2026-06-08 14:38:31 UTC (rev 16370)
@@ -3137,6 +3137,10 @@
     }
 }
 
+- (void)handleDocumentDidUnlockNotification:(NSNotification *)notification {
+    [[NSNotificationCenter defaultCenter] 
postNotificationName:SKPDFViewCanSelectNoteDidChangeNotification object:self];
+}
+
 - (void)registerForDocumentNotifications {
     NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
     PDFDocument *pdfDoc = [self document];
@@ -3209,10 +3213,6 @@
     wantsNewUndoGroup = NO;
 }
 
-- (void)handleDocumentDidUnlockNotification:(NSNotification *)notification {
-    [[NSNotificationCenter defaultCenter] 
postNotificationName:SKPDFViewCanSelectNoteDidChangeNotification object:self];
-}
-
 #pragma mark Key and window changes
 
 - (void)viewWillMoveToWindow:(NSWindow *)newWindow {

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