[LyX/master] amend 6d6fc761be
Pavel Sanda
sanda at lyx.org
Mon Sep 28 14:16:54 UTC 2020
commit ad475adfd34646616a857c28a55cc413c3bbbd99
Author: Pavel Sanda <sanda at lyx.org>
Date: Mon Sep 28 16:44:12 2020 +0200
amend 6d6fc761be
---
src/frontends/qt/GuiFontMetrics.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/frontends/qt/GuiFontMetrics.cpp b/src/frontends/qt/GuiFontMetrics.cpp
index 353a74e..83c9f65 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),
More information about the lyx-cvs
mailing list