X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPar.cpp;h=38fc9bfc43be051cf2cb949a6bfa382dbc85b8f4;hb=12314897982e07afd8926c997f66d7bb08e7e1fd;hp=4466e13bb6a1ca5bfca65a35a5d718ba165554a1;hpb=237c132c1e6fc720b87f2fea6deb18a8395cbe0a;p=lyx.git diff --git a/src/mathed/InsetMathPar.cpp b/src/mathed/InsetMathPar.cpp index 4466e13bb6..38fc9bfc43 100644 --- a/src/mathed/InsetMathPar.cpp +++ b/src/mathed/InsetMathPar.cpp @@ -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); }