Re: [Pharo-project] TextMorph >> string:fontName:size:wrap: bug?

2010-05-01 Thread Sean P. DeNigris
Okay, I'll file a bug and fix it soon... Sean -- View this message in context: http://forum.world.st/TextMorph-string-fontName-size-wrap-bug-tp2122277p2122301.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. ___ Pharo-project ma

Re: [Pharo-project] TextMorph >> string:fontName:size:wrap: bug?

2010-05-01 Thread Stéphane Ducasse
I do not know, Sean. Probably We should really clean up that part too. stef On May 1, 2010, at 8:33 PM, Sean P. DeNigris wrote: > > I assumed that this method would set the contents of my TextMorph with the > given arguments. However, the contents are set before the font is changed: > > >> st

[Pharo-project] TextMorph >> string:fontName:size:wrap: bug?

2010-05-01 Thread Sean P. DeNigris
I assumed that this method would set the contents of my TextMorph with the given arguments. However, the contents are set before the font is changed: > string: aString fontName: aName size: aSize wrap: shouldWrap > > shouldWrap > ifTrue: [self contentsWrapped: aString