Author: forenr
Date: Tue Jun 1 01:12:07 2010
New Revision: 34562
URL: http://www.lyx.org/trac/changeset/34562
Log:
Still white space.
Modified:
lyx-devel/trunk/src/mathed/MathData.cpp
Modified: lyx-devel/trunk/src/mathed/MathData.cpp
==============================================================================
--- lyx-devel/trunk/src/mathed/MathData.cpp Tue Jun 1 01:02:04 2010
(r34561)
+++ lyx-devel/trunk/src/mathed/MathData.cpp Tue Jun 1 01:12:07 2010
(r34562)
@@ -654,7 +654,7 @@
// 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 @@
// 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)