March 6, 2012
2:16 p.m.
sorry was in an old image. Ignore On Mar 6, 2012, at 3:15 PM, Stéphane Ducasse wrote:
SimpleButtonMorph>>updateReferencesUsing: aDictionary "Copy and update references in the arguments array during copying."
super updateReferencesUsing: aDictionary. arguments _ arguments collect: [:old | aDictionary at: old ifAbsent: [old]].
no users. I would remove it.
Stef