mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Comment
Jürgen confirms that the behavior in #8493 is present with Qt6.
This commit is contained in:
parent
14b108fc22
commit
6f9cfdea7e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user