The branch, betterspacing, has been updated.

- Log -----------------------------------------------------------------

commit 1b687a43b58fac546f70cc68ce8da4cc07e4740b
Author: Guillaume Munch <[email protected]>
Date:   Wed Nov 16 21:47:48 2016 +0100

    fixup: lost in rebasing

diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp
index 5820572..a5b1803 100644
--- a/src/mathed/MathMacro.cpp
+++ b/src/mathed/MathMacro.cpp
@@ -86,15 +86,15 @@ public:
 
                // if there was no contents, and the contents is editable,
                // then we insert a box instead.
-               if (!has_contents && mi.macro_nesting == 0) {
+               if (!has_contents && mi.base.macro_nesting == 0) {
                        MathRow::Element e(MathRow::BOX, mi);
                        e.color = Color_mathline;
                        mrow.push_back(e);
                        has_contents = true;
                }
 
-               if (mi.macro_nesting == 0)
-                       mi.macro_nesting = 1;
+               if (mi.base.macro_nesting == 0)
+                       mi.base.macro_nesting = 1;
 
                MathRow::Element e_end(MathRow::END_ARG, mi);
                e_end.macro = mathMacro_;

-----------------------------------------------------------------------

Summary of changes:
 src/mathed/MathMacro.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Repository for new features

Reply via email to