]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
Simplify Changers interface
[lyx.git] / src / mathed / InsetMathRoot.cpp
index 2b4b668b9d5a6235b94983511569acec606d7a88..aa0a81bce1fea00c3b4343c0380df76ebba745fe 100644 (file)
@@ -47,7 +47,7 @@ void InsetMathRoot::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.asc = max(dim0.ascent()  + 5, dim1.ascent())  + 2;
        dim.des = max(dim0.descent() - 5, dim1.descent()) + 2;
        dim.wid = dim0.width() + dim1.width() + 10;
-       metricsMarkers(dim);
+       metricsMarkers(mi, dim);
 }