no sets as lists
authormartin
Tue, 08 Apr 2003 14:26:09 +0200
changeset 1701 079827c2760d
parent 1700 0d1a8ef95754
child 1702 ace326bd303f
no sets as lists
DataSetBuilder.st
--- a/DataSetBuilder.st	Tue Apr 08 11:45:18 2003 +0200
+++ b/DataSetBuilder.st	Tue Apr 08 14:26:09 2003 +0200
@@ -2108,6 +2108,7 @@
 
     (list := builder bindingAt:#rendererTypeList) isNil ifTrue:[
         list := (DataSetColumnSpec slices collect:[:eachSlice | eachSlice at:2]) asSet.
+        list := list asOrderedCollection sort.
         builder aspectAt:#rendererTypeList put:list
     ].
     ^list