]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.cpp
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathBox.cpp
index 603ea05b380dae32128e51a5fd4a8abaf35df39f..806c20a70c70adaa6c2bf416f505d074443ae235 100644 (file)
@@ -99,7 +99,7 @@ void InsetMathFBox::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        FontSetChanger dummy(mi.base, "textnormal");
        cell(0).metrics(mi, dim);
-       metricsMarkers(dim, 3); // 1 pixel space, 1 frame, 1 space
+       metricsMarkers2(dim, 3); // 1 pixel space, 1 frame, 1 space
 }