]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathBrace.cpp
index 9f754887f0b31cad8a7ebe748d2940dcc8f314b4..3f88fc52edb94ccfdf2dbfc13bbb6aba5985cd5d 100644 (file)
@@ -62,7 +62,7 @@ bool InsetMathBrace::metrics(MetricsInfo & mi, Dimension & dim) const
 
 void InsetMathBrace::draw(PainterInfo & pi, int x, int y) const
 {
-       LyXFont font = pi.base.font;
+       Font font = pi.base.font;
        font.setColor(Color::latex);
        Dimension t = theFontMetrics(font).dimension('{');
        pi.pain.text(x, y, '{', font);