Revision: 7396
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7396&view=rev
Author:   hofman
Date:     2011-07-26 23:20:09 +0000 (Tue, 26 Jul 2011)

Log Message:
-----------
don't copy corner radii for border as they're removed in 10.7 and we don't use 
them

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

Modified: trunk/PDFBorder_SKExtensions.m
===================================================================
--- trunk/PDFBorder_SKExtensions.m      2011-07-26 22:27:19 UTC (rev 7395)
+++ trunk/PDFBorder_SKExtensions.m      2011-07-26 23:20:09 UTC (rev 7396)
@@ -60,8 +60,6 @@
     [copy setLineWidth:[self lineWidth]];
     [copy setDashPattern:[[[self dashPattern] copyWithZone:aZone] 
autorelease]];
     [copy setStyle:[self style]];
-    [copy setHorizontalCornerRadius:[self horizontalCornerRadius]];
-    [copy setVerticalCornerRadius:[self verticalCornerRadius]];
     return copy;
 }
 


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

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to