[FIX] FasterMouseOver-nk

ned at bike-nomad.com ned at bike-nomad.com
Tue Aug 5 14:39:06 UTC 2003


Tim complained about the complicated code.

Actually, the changes I post only added 3 lines to one method (and an
instance variable). They amount to:

	anEvent position = lastPoint
		ifTrue: [^ self].
	lastPoint _ anEvent position.

The rest of the complication was already there <g>.

I agree that the VM could (and probably should) suppress streams of
identical points.













< I'm a bug-fixing machine! >

This post brought to you by the BugFixArchiveViewer, a handy tool that
makes it easy to comment on proposed fixes and enhancements for Squeak. 
For more information, check out the Web page for the BugFixArchiveViewer
project: http://minnow.cc.gatech.edu/squeak/3214 

< I'm a bug-fixing machine! >



More information about the Squeak-dev mailing list