]> git.lyx.org Git - lyx.git/commit
Fix handling of codepoints 9, 10, 12, 13
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 20 Nov 2022 19:48:35 +0000 (20:48 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 20 Nov 2022 19:53:55 +0000 (20:53 +0100)
commit7d196fea77e8412ff2c21ec0d818aabd1646db3e
tree139dbc0270de5ac698a6905e91583183aee2cee2
parent580dea638d11b95661d3fe16fda757213eaeb08f
Fix handling of codepoints 9, 10, 12, 13

Qt >= 5 refuses to display them. We work around this in lib/symbols
already, but make sure we do not try to display math glyphs at these
code points anyway.

Fixes bug #8493.
TODO.killqt4
lib/symbols
src/frontends/qt/GuiFontLoader.cpp