Scroller.st
changeset 5101 0795f1b2c7e5
parent 4954 31675dac0db2
child 5218 06e5b79c3f3f
--- a/Scroller.st	Tue Jul 08 23:40:54 2014 +0200
+++ b/Scroller.st	Tue Jul 08 23:42:06 2014 +0200
@@ -2241,7 +2241,7 @@
         thumbColor := self whiteColor.
         nm ~= #normal ifTrue:[
             graphicsDevice hasGrayscales ifFalse:[
-                thumbColor := Color grey
+                thumbColor := Color gray
             ].
         ].
     ].
@@ -2757,10 +2757,10 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.206 2014-03-19 10:04:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.207 2014-07-08 21:42:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.206 2014-03-19 10:04:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.207 2014-07-08 21:42:06 cg Exp $'
 ! !