From c7269ffa8639ad1c8dac01997bd2117e5cfde96c Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 2 Dec 2022 19:34:36 -0500 Subject: [PATCH] Comment --- src/frontends/qt/GuiFontMetrics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiFontMetrics.cpp b/src/frontends/qt/GuiFontMetrics.cpp index b00816d912..e7dab1e3e8 100644 --- a/src/frontends/qt/GuiFontMetrics.cpp +++ b/src/frontends/qt/GuiFontMetrics.cpp @@ -257,7 +257,7 @@ int GuiFontMetrics::width(docstring const & s) const return *wid_p; PROFILE_CACHE_MISS(width); /* Several problems have to be taken into account: - * * QFontMetrics::width does not returns a wrong value with Qt5 with + * * QFontMetrics::width returns a wrong value with Qt5 with * some arabic text, since the glyph-shaping operations are not * done (documented in Qt5). * * QTextLayout is broken for single characters with null width -- 2.39.5