You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce see the example below:
| edges |
view nodes: #(1 2 3).
edges := view edgesFrom: [:each | each - 1].
view shape line color: Color red.
view edges: #(3) from: [:each | each - 2] to: #yourself.
view treeLayout userDefinedEdges: edges
If the user defined edges would be taken into account, the tree would appear on one
line (1->2->3). Instead it appears laid out as 1->2, 1->3 .
Reported by tudor@tudorgirba.com on 2012-09-09 20:41:53
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 834
Reported by
tudor@tudorgirba.com
on 2012-09-09 20:41:53The text was updated successfully, but these errors were encountered: