June 8, 2009
2:08 p.m.
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.]