[BUG][FIX][?] Text does not recompose when owner changed (was: Re: 3.0 final image available for test)

Ned Konz ned at bike-nomad.com
Mon Feb 19 17:14:36 UTC 2001


On Sunday 18 February 2001 07:21, Karl Ramberg wrote:

> The text in the Fun with Morphic project does not flow with the changing
> shape !

If you change TextMorph>>ownerChanged to read:

ownerChanged
    super ownerChanged.
    self recomposeChain.
		ss
it will work correctly. I just don't know if this is the *right* fix for this 
problem.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com





More information about the Squeak-dev mailing list