Revision: 15914
          http://sourceforge.net/p/skim-app/code/15914
Author:   hofman
Date:     2025-12-23 16:47:04 +0000 (Tue, 23 Dec 2025)
Log Message:
-----------
don't think we should update the cursor in mouseMoved: ourselves

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-23 16:40:54 UTC (rev 15913)
+++ trunk/SKPDFView.m   2025-12-23 16:47:04 UTC (rev 15914)
@@ -1841,15 +1841,9 @@
     
     if (toolMode == SKToolModeMagnify && loupeController) {
         [loupeController update];
-    } else {
-        
-        // make sure the cursor is set, at least outside the pages this does 
not happen
-        [self setCursorForMouse:theEvent];
-        
-        if ([currentAnnotation isLink]) {
-            [[SKImageToolTipWindow sharedToolTipWindow] fadeOut];
-            [self setCurrentAnnotation:nil];
-        }
+    } else if ([currentAnnotation isLink]) {
+        [[SKImageToolTipWindow sharedToolTipWindow] fadeOut];
+        [self setCurrentAnnotation:nil];
     }
 }
 

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