Slider.st
changeset 887 fd6d18fcc2bc
parent 870 bbe12c7d96aa
child 888 f91a80f50d6f
--- a/Slider.st	Mon May 11 10:43:49 1998 +0200
+++ b/Slider.st	Tue May 12 21:01:25 1998 +0200
@@ -288,8 +288,9 @@
     tallyMarks := StyleSheet at:'slider.NTallyMarks' default:1.
     tallyLevel := StyleSheet at:'slider.tallyLevel' default:-1.    
     thumbActiveLevel := thumbLevel.
+    thumbImage := nil.
 
-    "Modified: 14.10.1997 / 01:22:53 / cg"
+    "Modified: / 12.5.1998 / 21:01:20 / cg"
 !
 
 initialize
@@ -380,5 +381,5 @@
 !Slider class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.23 1998-04-21 19:00:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.24 1998-05-12 19:01:25 cg Exp $'
 ! !