http://code.google.com/p/pharo/issues/detail?id=86



On Jun 3, 2009, at 11:38 PM, Hernan Wilkinson wrote:

> 2) This one is related with what Sean Allen reported. Again  
> leftMorphs is nil, so I added a #isNil check. (For me this class is  
> a mess, but I do not have the experience to change it yet)
>
> MouseOverHandler>>noticeMouseOver: aMorph event: anEvent
>       "Remember that the mouse is currently over some morph"
>       leftMorphs isNil ifFalse: [
>               (leftMorphs includes: aMorph)
>                       ifTrue:[leftMorphs remove: aMorph]
>                       ifFalse:[enteredMorphs nextPut: aMorph].
>               overMorphs nextPut: aMorph.]


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to