]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathClass.cpp
Proper GUI feedback for leqno option
[lyx.git] / src / mathed / InsetMathClass.cpp
index 0237f250d054ff192383758ef9b3af585b6b97f3..2327cbe76d4e364276e2b2e2ee535bbaa6a66fef 100644 (file)
@@ -31,14 +31,12 @@ Inset * InsetMathClass::clone() const
 void InsetMathClass::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        cell(0).metrics(mi, dim);
-       metricsMarkers(mi, dim);
 }
 
 
 void InsetMathClass::draw(PainterInfo & pi, int x, int y) const
 {
-       cell(0).draw(pi, x + 1, y);
-       drawMarkers(pi, x, y);
+       cell(0).draw(pi, x, y);
 }