Re: [patch] fix bug 2655
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> This patch fixes bug 2655 (off by one error). It goes in trunk Georg> right now. Jean-Marc, also OK for 1.4.2? Yes, definitely. JMarc
[patch] fix bug 2655
This patch fixes bug 2655 (off by one error). It goes in trunk right now. Jean-Marc, also OK for 1.4.2? Georg Log: * src/mathed/math_gridinset.C (doDispatch): fix off by one error when checking cur.idx() (bug 2655)Index: src/mathed/math_gridinset.C ==