Skip to content

Commit

Permalink
Merge pull request #286 from guillep/fix/pharo/9951
Browse files Browse the repository at this point in the history
Define default empty inspector icon for all objects
  • Loading branch information
MarcusDenker authored Sep 21, 2021
2 parents 526c39f + 5e32db6 commit 53f0f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/NewTools-Inspector-Extensions/ProtoObject.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ ProtoObject >> inspectionRaw [
^ StRawInspection on: self
]

{ #category : #'*NewTools-Inspector-Extensions' }
ProtoObject >> inspectorIcon [

^ nil
]

{ #category : #'*NewTools-Inspector-Extensions' }
ProtoObject >> inspectorNodes [
"Answer a list of attributes as nodes"
Expand Down

0 comments on commit 53f0f8b

Please sign in to comment.