Re: [Pharo-users] rotating a morph through messaging

2018-12-31 Thread K K Subbu
On 31/12/18 1:54 AM, Steve Quezadas wrote: I am experimenting with pharo right now, particularly with Morphs. The weird thing is that some morphs can have a rotation halo and others do not. This has a "rotate halo": bar := EllipseMorph new. bar openInWorld. This does not: foo := Morph new. foo

Re: [Pharo-users] rotating a morph through messaging

2018-12-30 Thread Ben Coman
On Mon, 31 Dec 2018 at 04:24, Steve Quezadas wrote: > > I am experimenting with pharo right now, particularly with Morphs. The > weird thing is that some morphs can have a rotation halo and others do not. > > This has a "rotate halo": > bar := EllipseMorph new. > bar openInWorld. > > This does not