UIObjectView.st
changeset 2528 a6df49dfb157
parent 2516 6c0bc4ed2d88
child 2530 73efe0a84f4b
--- 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
 !