mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
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:
parent
c4faa16f20
commit
a2d888496b
@ -654,7 +654,7 @@ void MathData::attachMacroParameters(Cursor * cur,
|
|||||||
// go into the script inset nucleus
|
// go into the script inset nucleus
|
||||||
if (cur && thisPos == int(macroPos))
|
if (cur && thisPos == int(macroPos))
|
||||||
cur->append(0, 0);
|
cur->append(0, 0);
|
||||||
|
|
||||||
// get pointer to "deep" copied macro inset
|
// get pointer to "deep" copied macro inset
|
||||||
InsetMathScript * scriptInset
|
InsetMathScript * scriptInset
|
||||||
= operator[](macroPos).nucleus()->asScriptInset();
|
= operator[](macroPos).nucleus()->asScriptInset();
|
||||||
@ -671,7 +671,7 @@ void MathData::attachMacroParameters(Cursor * cur,
|
|||||||
// fix cursor if right of p
|
// fix cursor if right of p
|
||||||
if (thisPos >= int(p))
|
if (thisPos >= int(p))
|
||||||
(*cur)[thisSlice].pos() -= p - (macroPos + 1);
|
(*cur)[thisSlice].pos() -= p - (macroPos + 1);
|
||||||
|
|
||||||
// was the macro inset just inserted interactively and was now folded
|
// was the macro inset just inserted interactively and was now folded
|
||||||
// and the cursor is just behind?
|
// and the cursor is just behind?
|
||||||
if ((*cur)[thisSlice].pos() == int(macroPos + 1)
|
if ((*cur)[thisSlice].pos() == int(macroPos + 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user