]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.cpp
Fix bug 4320
[lyx.git] / src / mathed / InsetMathBrace.cpp
index d5b6da44dc768f3cb3f09a8fea6a8ba4570eaff4..2ad39048e2d306f42cfbc29983d187348079195f 100644 (file)
@@ -59,6 +59,7 @@ void InsetMathBrace::metrics(MetricsInfo & mi, Dimension & dim) const
 void InsetMathBrace::draw(PainterInfo & pi, int x, int y) const
 {
        FontInfo font = pi.base.font;
+       font.setShape(UP_SHAPE);
        font.setColor(Color_latex);
        Dimension t = theFontMetrics(font).dimension('{');
        pi.pain.text(x, y, '{', font);