Revision: 14029
          http://sourceforge.net/p/skim-app/code/14029
Author:   hofman
Date:     2024-02-01 14:57:35 +0000 (Thu, 01 Feb 2024)
Log Message:
-----------
Disable data detectors in pdfview. It works very badly wioth random numbers, 
and it can't be done selectively.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-01-31 15:35:19 UTC (rev 14028)
+++ trunk/SKPDFView.m   2024-02-01 14:57:35 UTC (rev 14029)
@@ -314,6 +314,8 @@
     gestureRotation = 0.0;
     gesturePageIndex = NSNotFound;
     
+    [self setEnableDataDetectors:NO];
+    
     NSTrackingAreaOptions options = NSTrackingMouseMoved | 
NSTrackingMouseEnteredAndExited;
     for (NSTrackingArea *area in [self trackingAreas]) {
         if (([area options] & NSTrackingInVisibleRect))

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