March 27, 2014
12:02 p.m.
Hi, It looks to me that this: MAListMorph>>#strings ^ self options collect: [ :each | self magritteDescription reference toString: each ] should instead be: MAListMorph>>#strings ^ self options collect: [ :each | self magritteDescription displayStringFor: each ] what do you think? Esteban