]> git.lyx.org Git - features.git/commitdiff
Comment
authorScott Kostyshak <skostysh@lyx.org>
Sat, 3 Dec 2022 00:34:36 +0000 (19:34 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 3 Dec 2022 00:34:36 +0000 (19:34 -0500)
src/frontends/qt/GuiFontMetrics.cpp

index b00816d912b5084d0aaf2de6ae2a4cfd35eed491..e7dab1e3e8cd7b9d61c966946a3b4feef9414736 100644 (file)
@@ -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