VariableVerticalPanel.st
changeset 164 5ab02ff0d9ae
parent 132 596439fe4efd
child 174 d80a6cc3f9b2
--- a/VariableVerticalPanel.st	Thu Sep 21 13:54:14 1995 +0200
+++ b/VariableVerticalPanel.st	Mon Oct 23 21:07:01 1995 +0100
@@ -27,7 +27,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/VariableVerticalPanel.st,v 1.19 1995-07-03 02:34:11 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariableVerticalPanel.st,v 1.20 1995-10-23 20:06:57 cg Exp $
 '!
 
 !VariableVerticalPanel class methodsFor:'documentation'!
@@ -48,7 +48,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/VariableVerticalPanel.st,v 1.19 1995-07-03 02:34:11 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariableVerticalPanel.st,v 1.20 1995-10-23 20:06:57 cg Exp $
 "
 !
 
@@ -151,10 +151,10 @@
 	h := barHeight - 4
     ].
 
-"/    self paint:viewBackground.
-"/    self fillRectangleX:margin y:hy 
-"/                  width:(width - margin - margin) 
-"/                  height:barHeight.
+    self paint:viewBackground.
+    self fillRectangleX:margin y:hy 
+		  width:(width - margin - margin) 
+		  height:barHeight.
 
     (handleStyle ~~ #normal and:[handleStyle ~~ #mswindows]) ifTrue:[
 	m := (barHeight - h) // 2.
@@ -607,4 +607,3 @@
     ].
     self changed:#sizeOfView with:how.
 ! !
-