Skip to content

Commit

Permalink
Merge pull request #39 from lucretiomsp/master
Browse files Browse the repository at this point in the history
fix bug on ICButton callback / if no callback is specified, an empty …
  • Loading branch information
lucretiomsp authored Sep 18, 2024
2 parents 2984520 + 47e6bf5 commit ed7671b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoypuIDE/ICButton.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ICButton >> callBackUp: aBlock [
{ #category : 'accessing' }
ICButton >> callback [

^ callback
^ callback ifNil: [ [ :v | ] ]
]

{ #category : 'accessing' }
Expand Down

0 comments on commit ed7671b

Please sign in to comment.