Revision: 14032
          http://sourceforge.net/p/skim-app/code/14032
Author:   hofman
Date:     2024-02-01 15:53:05 +0000 (Thu, 01 Feb 2024)
Log Message:
-----------
revert previous changes, disabling data detectorsa does not work and is simply 
ignored by PDFKit

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

Modified: trunk/ReleaseNotes.rtf
===================================================================
--- trunk/ReleaseNotes.rtf      2024-02-01 15:40:15 UTC (rev 14031)
+++ trunk/ReleaseNotes.rtf      2024-02-01 15:53:05 UTC (rev 14032)
@@ -394,7 +394,6 @@
 {\listtext     \uc0\u8226      }Allow PostScript transparency commands for 
ps2pdf from regular installations.\
 {\listtext     \uc0\u8226      }Fix restoring scroll location in PDF.\
 {\listtext     \uc0\u8226      }Better feedback when dragging multiple pages 
from Overview.\
-{\listtext     \uc0\u8226      }Disable automatic link detection, it is not 
implemented correctly.\
 \pard\tx560\tx1440\tx2880\tx4320\tx5760\tx7200\partightenfactor0
 
 \f2\b\fs28 \cf2 \

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-02-01 15:40:15 UTC (rev 14031)
+++ trunk/SKPDFView.m   2024-02-01 15:53:05 UTC (rev 14032)
@@ -314,8 +314,6 @@
     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