NewInspectorPanelView.st
changeset 2299 fff41ffaaf26
parent 2171 9ad4c3d354bb
child 2621 285fa261cbcb
--- 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).