SelectionInListModelView.st
changeset 3482 1ee6b7daa983
parent 3461 eb3980ed82ad
child 3524 854b6484c001
--- a/SelectionInListModelView.st	Fri Jul 18 11:38:30 2008 +0200
+++ b/SelectionInListModelView.st	Fri Jul 18 11:40:39 2008 +0200
@@ -685,7 +685,11 @@
 
 contentsChanged
     super contentsChanged.
-    self  computeEditorLayout.
+    self computeEditorLayout.
+
+
+
+
 !
 
 lineChangedAt:aLnNr with:arg
@@ -2524,5 +2528,5 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.135 2008-07-01 14:37:52 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.136 2008-07-18 09:40:39 cg Exp $'
 ! !