From: Enrico Forestieri Date: Mon, 31 May 2010 23:12:07 +0000 (+0000) Subject: Still white space. X-Git-Tag: 2.0.0~3193 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a2d888496b895f772f3c58fdd6eeaca50f629f67;p=features.git Still white space. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34562 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp index f7eb757ec3..fe0be267a5 100644 --- a/src/mathed/MathData.cpp +++ b/src/mathed/MathData.cpp @@ -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)