Status: New
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.7
New issue 818 by
[hidden email]: Roassal tree layout does not
preserve the order of nodes
http://code.google.com/p/moose-technology/issues/detail?id=818In Pharo 1.4, Collection>>difference: uses a set, thus, it does not
preserve the order of the elements.
Because of this, the following method has to be rewritten:
ROAbstractGraphLayout>>childrenFor: aNode except: aNodeCollection
^(self childrenFor: aNode) difference: aNodeCollection
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev