X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.cpp;h=2d73d64710223259947fa958a33ade3e7043260c;hb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;hp=33f65751ad8e6bc1a3df49f6f5b1dad0217f49ec;hpb=9daf07588f49b52eb5e2fd5e8e8a58705e2e447e;p=lyx.git diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index 33f65751ad..2d73d64710 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -49,8 +49,6 @@ void InsetMathFont::metrics(MetricsInfo & mi, Dimension & dim) const FontSetChanger dummy(mi.base, key_->name); cell(0).metrics(mi, dim); metricsMarkers(dim); - // Cache the inset dimension. - setDimCache(mi, dim); }