Skip to content

Commit

Permalink
core: add placeholderText acccessors to unknown for more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Feb 21, 2022
1 parent 2f6f58c commit a9f89bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/Sandblocks-Core/SBUnknown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,18 @@ SBUnknown >> noteNewOwner: aMorph [
hadOwner := true
]

{ #category : #accessing }
SBUnknown >> placeholderText [

^ self label
]

{ #category : #accessing }
SBUnknown >> placeholderText: aString [

self label: aString
]

{ #category : #'as yet unclassified' }
SBUnknown >> prefersNoBorder [

Expand Down

0 comments on commit a9f89bb

Please sign in to comment.