Skip to content

Commit

Permalink
add missing performAction
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Nov 7, 2023
1 parent 0d57689 commit 8a5f891
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Spec2-Core/SpToolbarButtonPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ SpToolbarButtonPresenter >> label: aString [
label := aString
]

{ #category : 'private' }
SpToolbarButtonPresenter >> performAction [

self action value
]

{ #category : 'api - events' }
SpToolbarButtonPresenter >> whenIconChangedDo: aBlock [
"Inform when icon property has changed.
Expand Down

0 comments on commit 8a5f891

Please sign in to comment.