Skip to content

Commit

Permalink
Define default empty inspector icon for all objects
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Sep 17, 2021
1 parent 2619170 commit 5e32db6
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 5e32db6

Please sign in to comment.