Skip to content

Commit

Permalink
fixes #3873
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jul 11, 2019
1 parent b83d1b7 commit f1907c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Slot-Core/Slot.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ Slot class >> checkValidName: aSymbol [

]

{ #category : #ui }
Slot class >> gtInspectorSlotUsersIn: composite [
<gtInspectorPresentationOrder: 30>
| users |
users := self slotUsers.
composite list
title: 'Slot Users';
display: [ users ];
when: [ users notEmpty ];
showOnly: 30
]

{ #category : #'class initialization' }
Slot class >> initialize [
Properties := Properties
Expand Down

0 comments on commit f1907c3

Please sign in to comment.