Still white space.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34562 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2010-05-31 23:12:07 +00:00
parent c4faa16f20
commit a2d888496b

View File

@ -654,7 +654,7 @@ void MathData::attachMacroParameters(Cursor * cur,
// go into the script inset nucleus
if (cur && thisPos == int(macroPos))
cur->append(0, 0);
// get pointer to "deep" copied macro inset
InsetMathScript * scriptInset
= operator[](macroPos).nucleus()->asScriptInset();
@ -671,7 +671,7 @@ void MathData::attachMacroParameters(Cursor * cur,
// fix cursor if right of p
if (thisPos >= int(p))
(*cur)[thisSlice].pos() -= p - (macroPos + 1);
// was the macro inset just inserted interactively and was now folded
// and the cursor is just behind?
if ((*cur)[thisSlice].pos() == int(macroPos + 1)