oops - forgot the comment:
authorClaus Gittinger <cg@exept.de>
Thu, 28 Feb 2008 17:23:04 +0100
changeset 3352 4ccd30154ced
parent 3351 591bb420e359
child 3353 f171a66e2b25
oops - forgot the comment: recompute the size when the canvas changes
SubCanvas.st
--- a/SubCanvas.st	Thu Feb 28 17:22:39 2008 +0100
+++ b/SubCanvas.st	Thu Feb 28 17:23:04 2008 +0100
@@ -451,7 +451,7 @@
             ] ifFalse:[
                 clientView extent:(subSpec window bounds extent)
             ].
-            self sizeChanged:nil.  "/ to force recomputation of the scrollbar
+            self sizeChanged:nil.   "/ to force recomputation of the scrollbar
         ].
 
         self realized ifTrue:[
@@ -594,5 +594,5 @@
 !SubCanvas class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SubCanvas.st,v 1.58 2008-02-28 16:22:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SubCanvas.st,v 1.59 2008-02-28 16:23:04 cg Exp $'
 ! !