X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.cpp;h=71723b99561f2369340dfee1f35b38c208d944e3;hb=02e82157ec583c3900e359de86be79fac6512387;hp=eb445c382bae8b23d3f7ccad4d36f95fec14f27a;hpb=ad7e2435cfdb3eb7ac3ed4e7c3e2db804c3c2ff9;p=lyx.git diff --git a/src/mathed/InsetMathKern.cpp b/src/mathed/InsetMathKern.cpp index eb445c382b..71723b9956 100644 --- a/src/mathed/InsetMathKern.cpp +++ b/src/mathed/InsetMathKern.cpp @@ -49,11 +49,7 @@ void InsetMathKern::metrics(MetricsInfo & mi, Dimension & dim) const { dim.asc = 0; dim.des = 0; - // match em value used in mathed_*muskip - FontInfo const oldfont = mi.base.font; - mi.base.font.setFamily(SYMBOL_FAMILY); dim.wid = wid_.inPixels(mi.base); - mi.base.font = oldfont; }