X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathComment.cpp;h=b8c157b2c2cff3e46d70f3b30399419af781eca4;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=ff91991aa86ff0755fb7cb470f0f28e734bbca91;hpb=125a297778f0fd0c18e7e0e7ad8c14f7001a74b7;p=lyx.git diff --git a/src/mathed/InsetMathComment.cpp b/src/mathed/InsetMathComment.cpp index ff91991aa8..b8c157b2c2 100644 --- a/src/mathed/InsetMathComment.cpp +++ b/src/mathed/InsetMathComment.cpp @@ -50,7 +50,7 @@ Inset * InsetMathComment::clone() const void InsetMathComment::metrics(MetricsInfo & mi, Dimension & dim) const { cell(0).metrics(mi, dim); - metricsMarkers(dim); + metricsMarkers(mi, dim); }