#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Wed, 20 Jul 2016 11:36:00 +0200
changeset 5794 57bb8f3b793c
parent 5793 9e9a7d1a966e
child 5795 ee8125645546
#OTHER by stefan use #blackColor and #whiteColor form device instead of (Color black) and (Color white)
Scroller.st
--- a/Scroller.st	Wed Jul 20 11:35:33 2016 +0200
+++ b/Scroller.st	Wed Jul 20 11:36:00 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1255,7 +1257,7 @@
             "/ color gradient drawing
             "/ with colors rougly smilar to the vista colors, which are:
             "/ 243 242 240 236 234 233 215 211 207 205 200 192 206
-            clr2 := styleSheet colorAt:#'scroller.vista3DStyleLightColor' default:Color white.
+            clr2 := styleSheet colorAt:#'scroller.vista3DStyleLightColor' default:self whiteColor.
             
             (orientation == #vertical) ifTrue:[
                 n := w