]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathBrace.cpp
index d5b6da44dc768f3cb3f09a8fea6a8ba4570eaff4..d2d2e3fc162f0badeb9275fdc3c8dabb0e031eaf 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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);