deleteAllHalos

mathieu mathk.sue at gmail.com
Sat Jun 3 14:59:25 UTC 2006


It seem that halo didn't delete properly in 3.9 7033 image.

I have add a little change in PastUpMorph
For me it work better


deleteAllHalos

	self haloMorphs
		do: [:each | (each target isKindOf: SelectionMorph)
				ifTrue: [each target delete].
				each delete]."here"
	self hands
		do: [:each | each removeHalo]

	

	
		
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com



More information about the Squeak-dev mailing list