ShadowView.st
branchjv
changeset 7541 39940e2446a5
parent 7287 1e2a3258dd8a
parent 7428 f065b77917fc
child 7599 84f6853ec60d
--- a/ShadowView.st	Thu Sep 01 23:27:10 2016 +0100
+++ b/ShadowView.st	Mon Aug 01 23:30:02 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -239,7 +241,7 @@
                     imageUnderShadow fillRectangleX:0 y:bot width:width height:shH.
 
                     blackIs0 ifFalse:[
-                        imageUnderShadow foreground:(Color black onDevice:graphicsDevice) background:clr0.
+                        imageUnderShadow foreground:self blackColor background:clr0.
                         imageUnderShadow function:#or.
                         imageUnderShadow fillRectangleX:right y:0 width:shW height:height.
                         imageUnderShadow fillRectangleX:0 y:bot width:width height:shH.