We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f78c35 commit fbe0277Copy full SHA for fbe0277
source/GM-TE/GMTEImageButton.class.st
@@ -102,14 +102,15 @@ GMTEImageButton >> doButtonAction [
102
103
{
104
#category : #accessing,
105
- #'squeak_changestamp' : 'jj 6/22/2024 16:48'
+ #'squeak_changestamp' : 'Alex M 7/6/2024 23:07'
106
}
107
GMTEImageButton >> dyeSprite: anImage with: aColor [
108
109
^ anImage copy
110
replaceColor: Color white withColor: Color transparent;
111
- replaceColor: Color black withColor: aColor;
112
- yourself
+ "replaceColor: Color black withColor: aColor;
+ yourself"
113
+ dyed: aColor
114
]
115
116
0 commit comments