Velocity curve widget?

I found the problem and fixed.

In the line 1766, if you get rid of that “getWidth()”, there will no longer be the magnetic behavior:

1766            else if (xPos /*+ getWidth()*/ > nextX)
1767                xPos = nextX + 1;
...