]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderButton.cpp
Forgot to restore this before committing 18494. This fixes bug 3725.
[lyx.git] / src / insets / RenderButton.cpp
index 3e151e46590206fce3049f12cd7210a035c6f246..a861acc539bcbef1258ac3c760ff01fc35663e7d 100644 (file)
@@ -45,7 +45,7 @@ void RenderButton::update(docstring const & text, bool editable)
 
 bool RenderButton::metrics(MetricsInfo &, Dimension & dim) const
 {
-       LyXFont font(LyXFont::ALL_SANE);
+       Font font(Font::ALL_SANE);
        font.decSize();
        frontend::FontMetrics const & fm =
                theFontMetrics(font);
@@ -66,7 +66,7 @@ bool RenderButton::metrics(MetricsInfo &, Dimension & dim) const
 void RenderButton::draw(PainterInfo & pi, int x, int y) const
 {
        // Draw it as a box with the LaTeX text
-       LyXFont font(LyXFont::ALL_SANE);
+       Font font(Font::ALL_SANE);
        font.setColor(Color::command);
        font.decSize();