Revision: 3740
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3740&view=rev
Author:   hofman
Date:     2008-04-17 02:40:34 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------
No shadow around path in line well.

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

Modified: trunk/SKLineWell.m
===================================================================
--- trunk/SKLineWell.m  2008-04-17 09:16:40 UTC (rev 3739)
+++ trunk/SKLineWell.m  2008-04-17 09:40:34 UTC (rev 3740)
@@ -309,6 +309,9 @@
     [[NSColor blackColor] setFill];
     [path fill];
     
+    [NSGraphicsContext restoreGraphicsState];
+    [NSGraphicsContext saveGraphicsState];
+    
     [[NSBezierPath bezierPathWithRect:NSInsetRect(bounds, 2.0, 2.0)] addClip];
     
     [[NSColor blackColor] setStroke];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to