Revision: 16138
          http://sourceforge.net/p/skim-app/code/16138
Author:   hofman
Date:     2026-04-01 14:55:51 +0000 (Wed, 01 Apr 2026)
Log Message:
-----------
observe correct object

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

Modified: trunk/SKMainTouchBarController.m
===================================================================
--- trunk/SKMainTouchBarController.m    2026-04-01 14:40:46 UTC (rev 16137)
+++ trunk/SKMainTouchBarController.m    2026-04-01 14:55:51 UTC (rev 16138)
@@ -461,7 +461,7 @@
     [nc addObserver:self 
selector:@selector(handleCanSelectNoteChangedNotification:)
                name:SKPDFViewCanSelectNoteDidChangeNotification 
object:mainController.pdfView];
     [nc addObserver:self selector:@selector(handleOverviewChangedNotification:)
-               name:SKMainWindowControllerDidShowOrHideOverviewNotification 
object:mainController.pdfView];
+               name:SKMainWindowControllerDidShowOrHideOverviewNotification 
object:mainController];
 }
 
 @end

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