> the bug has not fixed in cvs .
What is the effect of the bug?
Neil
> the code
> " for (int i = 0; i < xInsert - XFromPosition(currentPos); i++) {"
> pad space smaller than expected, should pad space till
> " 0 < xInsert - XFromPosition(currentPos)"
> not "i < xInsert - XFromPosition(currentPos)"
OK, it wasn't apparent when pasting near beginning of line. Committed.
Neil