HorizontalScroller.st
changeset 1768 32eb81e67be1
parent 585 8f395aba0173
child 3165 58b08c376a6e
--- a/HorizontalScroller.st	Sat Mar 06 13:53:48 1999 +0100
+++ b/HorizontalScroller.st	Sun Mar 07 14:26:38 1999 +0100
@@ -60,10 +60,13 @@
 initialize
     orientation := #horizontal. 
     super initialize.
+    orientation := #horizontal.
+
+    "Modified: / 7.3.1999 / 00:01:08 / cg"
 ! !
 
 !HorizontalScroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.15 1996-04-25 17:22:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.16 1999-03-07 13:26:38 cg Exp $'
 ! !