[LyX/master] Comment
Scott Kostyshak
skostysh at lyx.org
Fri Dec 2 23:34:20 UTC 2022
commit 6f9cfdea7e9005ee49bd13962631fdcc80f84565
Author: Scott Kostyshak <skostysh at lyx.org>
Date: Fri Dec 2 19:28:10 2022 -0500
Comment
Jürgen confirms that the behavior in #8493 is present with Qt6.
---
src/frontends/qt/GuiFontLoader.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/GuiFontLoader.cpp b/src/frontends/qt/GuiFontLoader.cpp
index ea3f196..3857c3f 100644
--- a/src/frontends/qt/GuiFontLoader.cpp
+++ b/src/frontends/qt/GuiFontLoader.cpp
@@ -386,7 +386,7 @@ bool FontLoader::available(FontInfo const & f)
bool FontLoader::canBeDisplayed(char_type c)
{
- // bug 8493: with Qt5, characters with codepoints 9, 10, 12 and 13
+ // bug 8493: with Qt5 and Qt6, characters with codepoints 9, 10, 12 and 13
// are rendered as spaces. We handle that in our TeX fonts by making
// copies of the glyphs elsewhere, but this may trigger if we are
// unlucky.
More information about the lyx-cvs
mailing list