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
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