Re: [Cvslog] r21556 - /lyx-devel/trunk/src/mathed/MathData.cpp

2007-11-12 Thread Andre Poenitz
On Mon, Nov 12, 2007 at 10:12:40PM -, [EMAIL PROTECTED] wrote: - - // fix cursor if right of p - if (thisPos = int(p)) - cur[thisSlice].pos() -= p - (macroPos + 1); - - // was the macro inset just inserted and was now folded? - if

Re: [Cvslog] r21556 - /lyx-devel/trunk/src/mathed/MathData.cpp

2007-11-12 Thread Andre Poenitz
On Mon, Nov 12, 2007 at 10:12:40PM -, [EMAIL PROTECTED] wrote: > - > - // fix cursor if right of p > - if (thisPos >= int(p)) > - cur[thisSlice].pos() -= p - (macroPos + 1); > - > - // was the macro inset just inserted and was now folded? > - if