Re: [patch] MathNestInset::notifyCursorLeaves

2005-10-10 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > Slightly Off-topic: why use ar.operator[](i) instead of ar[i]? > > Pure ignorance. I just tweaked the code until it compiled again. Forgot to add: I have changed it in the meantime. Jürgen

Re: [patch] MathNestInset::notifyCursorLeaves

2005-10-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Slightly Off-topic: why use ar.operator[](i) instead of ar[i]? Pure ignorance. I just tweaked the code until it compiled again. Jürgen

Re: [patch] MathNestInset::notifyCursorLeaves

2005-10-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> This function is still commented out. While looking after bug Juergen> 2083, I have tried to reimplement it. See attached patch. Juergen> André (or anyone), could you please have a look if this is Juergen> OK? Slightly O

[patch] MathNestInset::notifyCursorLeaves

2005-10-10 Thread Juergen Spitzmueller
This function is still commented out. While looking after bug 2083, I have tried to reimplement it. See attached patch. André (or anyone), could you please have a look if this is OK? Thanks, Jürgen Index: math_nestinset.C === RCS fi