From: Pavel Sanda Date: Mon, 28 Sep 2020 14:44:12 +0000 (+0200) Subject: amend 6d6fc761be X-Git-Tag: lyx-2.4.0dev-acb2ca7b~158 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ad475adfd34646616a857c28a55cc413c3bbbd99;p=lyx.git amend 6d6fc761be --- diff --git a/src/frontends/qt/GuiFontMetrics.cpp b/src/frontends/qt/GuiFontMetrics.cpp index 353a74e523..83c9f650f8 100644 --- a/src/frontends/qt/GuiFontMetrics.cpp +++ b/src/frontends/qt/GuiFontMetrics.cpp @@ -115,6 +115,7 @@ inline QChar const ucs4_to_qchar(char_type const ucs4) } } // namespace + GuiFontMetrics::GuiFontMetrics(QFont const & font) : font_(font), metrics_(font, 0), strwidth_cache_(cache_metrics_width_size),