# HG changeset patch # User Claus Gittinger # Date 1204021540 -3600 # Node ID fff41ffaaf267bf3b2827b41de79eac10c2ad7fc # Parent d5467f85544f2b2bf6936a50bf8df529f7c5cecc *** empty log message *** diff -r d5467f85544f -r fff41ffaaf26 NewInspectorPanelView.st --- a/NewInspectorPanelView.st Tue Feb 26 11:25:37 2008 +0100 +++ b/NewInspectorPanelView.st Tue Feb 26 11:25:40 2008 +0100 @@ -273,7 +273,7 @@ hzpView := VariableHorizontalPanel origin:0.0@0.0 corner:1.0@1.0 in:self. scrollBar := HorizontalScrollBar origin:0.0@1.0 corner:1.0@1.0 in:self. - scrollBar asynchronousOperation. + "/ scrollBar asynchronousOperation. hzpView bottomInset:(scrollBar preferredExtent y).