class: SelectionInListModelView
authorClaus Gittinger <cg@exept.de>
Thu, 27 Jun 2013 16:02:41 +0200
changeset 4258 d6ea83906c4e
parent 4257 0740dae4df00
child 4259 9eb1c2e046d5
class: SelectionInListModelView comment/format in: #contentsChanged
SelectionInListModelView.st
--- a/SelectionInListModelView.st	Thu Jun 27 15:54:52 2013 +0200
+++ b/SelectionInListModelView.st	Thu Jun 27 16:02:41 2013 +0200
@@ -726,12 +726,10 @@
 !
 
 contentsChanged
+    "this one is sent, whenever contents changes its size"
+
     super contentsChanged.
     self computeEditorLayout.
-
-
-
-
 !
 
 lineChangedAt:aLnNr with:arg
@@ -2701,6 +2699,6 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.159 2013-06-18 13:01:55 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.160 2013-06-27 14:02:41 cg Exp $'
 ! !