*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 15 Dec 2005 22:45:59 +0100
changeset 2867 bbdc2721ec0b
parent 2866 01d609cfb3d9
child 2868 0050e38370ed
*** empty log message ***
SelectionInListModelView.st
--- a/SelectionInListModelView.st	Thu Dec 15 22:45:04 2005 +0100
+++ b/SelectionInListModelView.st	Thu Dec 15 22:45:59 2005 +0100
@@ -211,10 +211,8 @@
 !
 
 list:aList
-    "get the status of <showRoot> from the list
-    "
     self deselectWithoutRedraw.
-  ^ super list:aList
+    ^ super list:aList
 ! !
 
 !SelectionInListModelView methodsFor:'accessing-actions'!
@@ -651,8 +649,6 @@
 !
 
 listSizeChanged:aLnNr nLines:aDeltaLines
-    "update selection
-    "
     |changed cnts|
 
     super listSizeChanged:aLnNr nLines:aDeltaLines.
@@ -2365,5 +2361,5 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.105 2005-10-11 07:40:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.106 2005-12-15 21:45:59 cg Exp $'
 ! !