Comment #1 on issue 3921 by
[hidden email]: due to *graphics
package, we lost some string changes
http://code.google.com/p/pharo/issues/detail?id=3921In Issue 3584, i deprecated DisplayText and the use in string.
I changed the implementation of displayOn:at:textColor: to not use
asDisplayText, and call the Canvas drawString: method instead. (Based on
CUIS implementation, that also removed the class DisplayText)
I dont fully understand this issue, could you please clarify a bit?, i dont
understand why it relates to *graphics package