*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 13 May 2009 23:43:20 +0200
changeset 2528 a6df49dfb157
parent 2527 c953939a481e
child 2529 07c7e9ba97ee
*** empty log message ***
UIObjectView.st
--- a/UIObjectView.st	Wed May 13 23:42:56 2009 +0200
+++ b/UIObjectView.st	Wed May 13 23:43:20 2009 +0200
@@ -1591,7 +1591,10 @@
 selection
     "returns the current selection
     "
-"/^ super selection
+
+    "/ Q to ca: why redefine the collection building???
+    ^ super selection.
+
     ^ selection
 !