# HG changeset patch # User ca # Date 1191919420 -7200 # Node ID ea942b6f6edcaf72b7ada2d55e0169f09d713b49 # Parent c96f5056987123325e6852d7417f54040a914cbc changed #setChildPositions diff -r c96f50569871 -r ea942b6f6edc HorizontalPanelView.st --- a/HorizontalPanelView.st Tue Oct 09 10:42:57 2007 +0200 +++ b/HorizontalPanelView.st Tue Oct 09 10:43:40 2007 +0200 @@ -1138,11 +1138,11 @@ ] ]. - self extentChangedFlag ifTrue:[ - ext := self computeExtent. - width := ext x. - height := ext y. - ]. +"/ self extentChangedFlag ifTrue:[ +"/ ext := self computeExtent. +"/ width := ext x. +"/ height := ext y. +"/ ]. space := horizontalSpace. @@ -1513,5 +1513,5 @@ !HorizontalPanelView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.52 2007-03-02 15:03:48 ca Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.53 2007-10-09 08:43:40 ca Exp $' ! !