]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.C
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / formulamacro.C
index 99f32293789a0beeb6215ce1c3f600f22793e188..348454b6385179263219241f53c9b7c9908f3409 100644 (file)
@@ -170,9 +170,12 @@ void InsetFormulaMacro::draw(PainterInfo & p, int x, int y) const
        pi.pain.fillRectangle(x, a, w, h, LColor::mathmacrobg);
        pi.pain.rectangle(x, a, w, h, LColor::mathframe);
 
+#warning FIXME
+#if 0
        LCursor & cur = p.base.bv->cursor();
        if (cur.isInside(this))
                cur.drawSelection(pi);
+#endif
 
        pi.pain.text(x + 2, y, prefix(), font);