]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_boxinset.C
small step forward on the lenghty path to \mbox support
[features.git] / src / mathed / math_boxinset.C
index 2e1c3bacded15038e635a6e1744f6875adaad000..16263fb172df526323ea041420a4b3766b871cad 100644 (file)
@@ -70,7 +70,6 @@ void MathBoxInset::metrics(MathMetricsInfo const & st) const
 void MathBoxInset::draw(Painter & pain, int x, int y) const
 {
        float fx = x + 2;
-
        if (text_ && mi_.view)
                text_->draw(mi_.view, mi_.font, y, fx, false);
        if (mathcursor && mathcursor->isInside(this))