The branch, betterspacing, has been updated.

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

commit 29ac361a58e07f5631e852cf9030265d949cab4a
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Nov 16 14:43:01 2016 +0100

    Fixup InsetMathClass drawing

diff --git a/src/mathed/InsetMathClass.cpp b/src/mathed/InsetMathClass.cpp
index 8d73867..0237f25 100644
--- a/src/mathed/InsetMathClass.cpp
+++ b/src/mathed/InsetMathClass.cpp
@@ -37,7 +37,7 @@ void InsetMathClass::metrics(MetricsInfo & mi, Dimension & 
dim) const
 
 void InsetMathClass::draw(PainterInfo & pi, int x, int y) const
 {
-       cell(0).draw(pi, x + 2, y);
+       cell(0).draw(pi, x + 1, y);
        drawMarkers(pi, x, y);
 }
 

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

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


hooks/post-receive
-- 
Repository for new features

Reply via email to