March 6, 2012
2:15 p.m.
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