#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:17:24 +0200
changeset 7585 5c5e44bad956
parent 7584 7a00eb12dd75
child 7586 53e42e99e908
#DOCUMENTATION by cg class: ShadowView comment/format in: #realize
ShadowView.st
--- a/ShadowView.st	Thu Sep 22 15:14:25 2016 +0200
+++ b/ShadowView.st	Thu Sep 22 15:17:24 2016 +0200
@@ -180,7 +180,7 @@
             false "graphicsDevice visualType == #TrueColor" ifTrue:[
                 "
                  grey out the image (by darkening the pixels)
-                 (thats expensive ...)
+                 (that's expensive ...)
                 "
                 
                 img := Image fromForm:imageUnderShadow.