X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiFontLoader.cpp;h=d50c3cc4f32cb71553ebac107b5c69f93230ef28;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=62eb80b2d138bd6dfe63adac7b5e402cac55319a;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/frontends/qt4/GuiFontLoader.cpp b/src/frontends/qt4/GuiFontLoader.cpp index 62eb80b2d1..d50c3cc4f3 100644 --- a/src/frontends/qt4/GuiFontLoader.cpp +++ b/src/frontends/qt4/GuiFontLoader.cpp @@ -279,7 +279,7 @@ QLFontInfo::QLFontInfo(Font const & f) if (f.realShape() != Font::SMALLCAPS_SHAPE) { metrics.reset(new GuiFontMetrics(font)); } - else { + else { // handle small caps ourselves ... Font smallfont = f; smallfont.decSize().decSize().setShape(Font::UP_SHAPE);