X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMath.cpp;h=ba559e7eb6b4888080cc140c303526125602a65a;hb=02e82157ec583c3900e359de86be79fac6512387;hp=e22adb686df688ef79144a5fbc6ea874f135de6f;hpb=0f15dcc69895c190811d98ad5f0b9bce887f53f6;p=lyx.git diff --git a/src/mathed/InsetMath.cpp b/src/mathed/InsetMath.cpp index e22adb686d..ba559e7eb6 100644 --- a/src/mathed/InsetMath.cpp +++ b/src/mathed/InsetMath.cpp @@ -60,9 +60,8 @@ MathClass InsetMath::mathClass() const bool InsetMath::addToMathRow(MathRow & mrow, MetricsInfo & ) const { - MathRow::Element e(MathRow::INSET); + MathRow::Element e(MathRow::INSET, mathClass()); e.inset = this; - e.mclass = mathClass(); mrow.push_back(e); return true; }