We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c1ee0 commit b39b3deCopy full SHA for b39b3de
src/Containers-AVL-Tree-Inspector/CTAVLTreeVisualizer.class.st
@@ -117,7 +117,7 @@ CTAVLTreeVisualizer >> readNumber [
117
{ #category : 'hooks' }
118
CTAVLTreeVisualizer >> renderIn: aCanvas [
119
| children |
120
- children := tree allChildren collect: [ :child | self createNode: child ].
+ children := tree allChildren collect: [ :child | self createNode: child ] as: Array.
121
aCanvas addAll: children.
122
RSLineBuilder line
123
withBorderAttachPoint;
0 commit comments