DSVColumnView.st
changeset 2247 994ed2968b85
parent 2246 5d59b5e2e00c
child 2263 e7648d72264f
--- a/DSVColumnView.st	Fri Oct 04 09:38:41 2002 +0200
+++ b/DSVColumnView.st	Fri Oct 04 09:39:35 2002 +0200
@@ -1368,8 +1368,6 @@
     "size changed - move origin up if possible
      change the layout of the labelView dependent on my layout
     "
-    ||
-
     super sizeChanged:how.
 
     "/ no - must compute even if not visible.
@@ -3640,5 +3638,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.149 2002-10-04 07:38:41 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.150 2002-10-04 07:39:35 ca Exp $'
 ! !