Skip to content

Commit

Permalink
Fix for issue #592 self for number in inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiepend committed Sep 29, 2023
1 parent 4dc5686 commit 42a932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Inspector/StInspectorNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ StInspectorNode >> asInspectorModel [
{ #category : 'accessing' }
StInspectorNode >> children [

^ self value allInspectorNodes
^ self value inspectorNodes
]

{ #category : 'accessing' }
Expand Down

0 comments on commit 42a932a

Please sign in to comment.