]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.C
float2string #4 (Spacing)
[lyx.git] / src / mathed / math_substackinset.C
index ce15a19a4887800ca0689bb1ef9d805fdf9ae6fe..6a288af21b3baccc48de603b3b78ef0f3b8853d1 100644 (file)
@@ -23,7 +23,7 @@ MathSubstackInset::MathSubstackInset()
 {}
 
 
-auto_ptr<InsetBase> MathSubstackInset::clone() const
+auto_ptr<InsetBase> MathSubstackInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathSubstackInset(*this));
 }
@@ -37,7 +37,6 @@ void MathSubstackInset::metrics(MetricsInfo & mi, Dimension & dim) const
        } else {
                MathGridInset::metrics(mi, dim);
        }
-       metricsMarkers(dim);
        dim_ = dim;
 }
 
@@ -45,7 +44,6 @@ void MathSubstackInset::metrics(MetricsInfo & mi, Dimension & dim) const
 void MathSubstackInset::draw(PainterInfo & pi, int x, int y) const
 {
        MathGridInset::draw(pi, x + 1, y);
-       drawMarkers(pi, x, y);
 }