Revision: 13548
          http://sourceforge.net/p/skim-app/code/13548
Author:   hofman
Date:     2023-07-31 13:54:43 +0000 (Mon, 31 Jul 2023)
Log Message:
-----------
use arrow cursor over navigation window in presentation mode

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2023-07-31 09:24:43 UTC (rev 13547)
+++ trunk/SKPDFView.m   2023-07-31 13:54:43 UTC (rev 13548)
@@ -5273,7 +5273,7 @@
     if ((area & kPDFLinkArea))
         [[NSCursor pointingHandCursor] set];
     else if (interactionMode == SKPresentationMode)
-        [pdfvFlags.cursorHidden ? [NSCursor emptyCursor] : 
pdfvFlags.useArrowCursorInPresentation ? [NSCursor arrowCursor] : [NSCursor 
laserPointerCursorWithColor:laserPointerColor] set];
+        [pdfvFlags.cursorHidden ? [NSCursor emptyCursor] : 
pdfvFlags.useArrowCursorInPresentation || area == kPDFNoArea ? [NSCursor 
arrowCursor] : [NSCursor laserPointerCursorWithColor:laserPointerColor] set];
     else if ((area & SKSpecialToolArea))
         [[NSCursor arrowCursor] set];
     else if ((area & SKTemporaryToolArea))

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