ScrollableView.st
changeset 3671 15b7958e549b
parent 3590 1380c107d581
child 3685 f421d5453bf1
--- a/ScrollableView.st	Fri Jul 18 11:37:52 2008 +0200
+++ b/ScrollableView.st	Fri Jul 18 11:39:13 2008 +0200
@@ -1419,6 +1419,12 @@
 
     |orgX orgY thV thH scrollH scrollV|
 
+    self changed:#sizeOfView with:how.
+
+    superView notNil ifTrue:[
+        superView subViewChangedSize
+    ].
+
     "/ resize components manually, in an order which is optimal
 
     how == #smaller ifTrue:[
@@ -2369,5 +2375,5 @@
 !ScrollableView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.146 2008-04-28 14:18:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.147 2008-07-18 09:39:13 cg Exp $'
 ! !