deleteAllHalos

mathieu mathk.sue at gmail.com
Sat Jun 3 15:09:13 UTC 2006


mathieu a écrit :
> 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]
> 

Sorry it was me who didn't done the things properly
This change make nothings.


	

	
		
___________________________________________________________________________ 
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