]> git.lyx.org Git - features.git/commit
Fix metrics of math characters with 0 width
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 20 Jan 2017 09:32:40 +0000 (10:32 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 20 Jan 2017 09:53:06 +0000 (10:53 +0100)
commit4a935ed7683806e9ecc784e9f29cc59b6160a58d
tree158596dec06f74efaebb84c31579d4a7ba302cd9
parentc9c2179c1faf383badead96a58e7826afdcc4fb0
Fix metrics of math characters with 0 width

It seems that QTextLayout does not handle properly a single character
with 0 width. This breaks drawing of things like \not.

Actually the problem had been worked around already in lib/symbol. The
work around can therefore by removed now.
[additionally, remove extra spacing from \mapsto, \Mapsto]
lib/symbols
src/frontends/qt4/GuiFontMetrics.cpp