Skip to content

Commit

Permalink
Merge pull request #593 from sdiepend/Pharo12
Browse files Browse the repository at this point in the history
Fix for issue #592 self for number in inspector
  • Loading branch information
jecisc authored Sep 29, 2023
2 parents 3450bbf + 42a932a commit 3153649
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 3153649

Please sign in to comment.