Revision: 4079
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4079&view=rev
Author:   hofman
Date:     2008-06-27 10:57:29 -0700 (Fri, 27 Jun 2008)

Log Message:
-----------
Fix override for Tiger drawing bug fix for highlights. We're now using method 
swizzling rather than a subclass.

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

Modified: trunk/PDFAnnotationMarkup_SKExtensions.m
===================================================================
--- trunk/PDFAnnotationMarkup_SKExtensions.m    2008-06-27 17:56:00 UTC (rev 
4078)
+++ trunk/PDFAnnotationMarkup_SKExtensions.m    2008-06-27 17:57:29 UTC (rev 
4079)
@@ -118,7 +118,7 @@
 - (void)replacementDrawWithBox:(CGPDFBox)box inContext:(CGContextRef)context {
     CGContextSaveGState(context);
     SKCGContextSetDefaultRGBColorSpace(context);
-    [super drawWithBox:box inContext:context];
+    originalDrawWithBoxInContext(self, _cmd, box, context);
     CGContextRestoreGState(context);
 }
 


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to