Revision: 9504
          http://sourceforge.net/p/skim-app/code/9504
Author:   hofman
Date:     2017-11-27 17:52:24 +0000 (Mon, 27 Nov 2017)
Log Message:
-----------
reenable tooltip images for notes on 10.13

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

Modified: trunk/PDFDisplayView_SKExtensions.m
===================================================================
--- trunk/PDFDisplayView_SKExtensions.m 2017-11-26 23:04:07 UTC (rev 9503)
+++ trunk/PDFDisplayView_SKExtensions.m 2017-11-27 17:52:24 UTC (rev 9504)
@@ -67,7 +67,7 @@
     } else if ([self respondsToSelector:@selector(pdfView)]) {
         pdfView = [self pdfView];
     } else {
-        @try { pdfView = [self valueForKey:@"pdfView"]; }
+        @try { pdfView = [self valueForKey:@"pdfView"] ?: [self 
valueForKeyPath:@"private.pdfView"]; }
         @catch (id exception) {}
     }
     return pdfView;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to