]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.cpp
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
[lyx.git] / src / mathed / InsetMathPar.cpp
index 4466e13bb6a1ca5bfca65a35a5d718ba165554a1..38fc9bfc43be051cf2cb949a6bfa382dbc85b8f4 100644 (file)
@@ -27,8 +27,7 @@ InsetMathPar::InsetMathPar(MathData const & ar)
 void InsetMathPar::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        FontSetChanger dummy1(mi.base, "textnormal");
-       InsetMathGrid::metrics(mi);
-       dim = dim_;
+       InsetMathGrid::metrics(mi, dim);
 }