Re: Annoying spacing in mathed

2019-07-14 Thread Jean-Marc Lasgouttes
Le 14/07/2019 à 02:46, Jean-Marc Lasgouttes a écrit : Now that I compile LyX with Qt5 by default on some of my computers, I see that, in linux, characters are annoyingly spaced (see attachments) with Qt5, but not Qt4. I traced this back to QFontMetrics::rightBearing which returns different va

Annoying spacing in mathed

2019-07-13 Thread Jean-Marc Lasgouttes
Now that I compile LyX with Qt5 by default on some of my computers, I see that, in linux, characters are annoyingly spaced (see attachments) with Qt5, but not Qt4. I traced this back to QFontMetrics::rightBearing which returns different values. This value is used in mathed since 03a4b8c9328.