Revision: 14455
          http://sourceforge.net/p/skim-app/code/14455
Author:   hofman
Date:     2024-09-12 21:33:13 +0000 (Thu, 12 Sep 2024)
Log Message:
-----------
fix selector

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-09-09 09:07:48 UTC (rev 14454)
+++ trunk/SKPDFView.m   2024-09-12 21:33:13 UTC (rev 14455)
@@ -3453,7 +3453,7 @@
         return toolMode == SKToolModeNote;
     } else if (action == @selector(moveReadingBar:) || action == 
@selector(resizeReadingBar:)) {
         return [self hasReadingBar];
-    } else if (action == @selector(nextLaserPointerColor:) || action == 
@selector(nextLaserPointerColor:)) {
+    } else if (action == @selector(nextLaserPointerColor:) || action == 
@selector(previousLaserPointerColor:)) {
         return pdfvFlags.useArrowCursorInPresentation == 0;
     } else {
         return [super validateMenuItem:menuItem];

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