Revision: 13131
          http://sourceforge.net/p/skim-app/code/13131
Author:   hofman
Date:     2022-10-24 15:05:59 +0000 (Mon, 24 Oct 2022)
Log Message:
-----------
just set shadow

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2022-10-24 14:57:13 UTC (rev 13130)
+++ trunk/SKPDFView.m   2022-10-24 15:05:59 UTC (rev 13131)
@@ -4909,7 +4909,7 @@
                 // draw page background, simulate the private method 
-drawPagePre:
                 [NSGraphicsContext saveGraphicsState];
                 [[NSColor whiteColor] setFill];
-                [NSShadow setShadowWithColor:[aShadow shadowColor] 
blurRadius:[aShadow shadowBlurRadius] offset:[aShadow shadowOffset]];
+                [aShadow set];
                 NSRectFill(SKScaledRect(SKIntegralRect(SKScaledRect(pageRect, 
backingScale)), 1.0 / backingScale));
                 [NSGraphicsContext restoreGraphicsState];
                 

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to