Scroller.st
changeset 3677 b545f945772c
parent 3603 cf5399ef4d5f
child 3754 cc51fb09ee61
--- a/Scroller.st	Fri Jul 18 11:43:31 2008 +0200
+++ b/Scroller.st	Fri Jul 18 11:43:39 2008 +0200
@@ -1809,6 +1809,8 @@
 
     |oldThumbFrame oldTop oldBot newTop newBot oldLeft oldRight newLeft newRight|
 
+    super sizeChanged:how.
+
     oldThumbFrame := thumbFrame.
     thumbFrame := nil.
     shown ifFalse:[
@@ -2664,5 +2666,5 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.186 2008-05-19 10:42:53 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.187 2008-07-18 09:43:39 cg Exp $'
 ! !