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