corvid
2013-01-08 03:53:17 UTC
I was looking at draw() calls for the view, and I saw how there was a
call for every time that the mouse moved when highlighting even though
the text highlighted didn't necessarily change.
Here's quick code to demonstrate that there are plenty of redundant ones.
I don't know the iterator code well enough to know whether that's the
right place to do anything about it, though...
call for every time that the mouse moved when highlighting even though
the text highlighted didn't necessarily change.
Here's quick code to demonstrate that there are plenty of redundant ones.
I don't know the iterator code well enough to know whether that's the
right place to do anything about it, though...