The branch, betterspacing, has been updated.

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

commit 04d10581716c0e7c84f362804cfead2390f2af8d
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Nov 16 10:22:13 2016 +0100

    Revert "Fixup: no spacing for math text mode"
    
    This reverts commit e9ae3f34c33a4b8482f37bc8acebc7d50de850d4.

diff --git a/src/mathed/MathRow.cpp b/src/mathed/MathRow.cpp
index e3f727c..35cb919 100644
--- a/src/mathed/MathRow.cpp
+++ b/src/mathed/MathRow.cpp
@@ -64,10 +64,6 @@ MathRow::MathRow(MetricsInfo & mi, MathData const * ar)
        push_back(Element(END, mi));
        back().mclass = MC_CLOSE;
 
-       // No spacing for text mode
-       if (mi.base.style == LM_ST_TEXT)
-               return;
-
        // update classes
        for (int i = 1 ; i != static_cast<int>(elements_.size()) - 1 ; ++i) {
                if (elements_[i].type != INSET)

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

Summary of changes:
 src/mathed/MathRow.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Repository for new features

Reply via email to