Re: [PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Scott Kostyshak
On Tue, Jan 6, 2015 at 1:10 PM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: Go ahead. As far as I know, this is http://www.lyx.org/trac/ticket/9223 It seems to have fixed 9223 for me. , and it is not really related to Qt5. Let me know (or feel free) if we should change the component and

[PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Vincent van Ravesteijn
JMarc, The following fixes the clipping of characters with negative bearing, like the f, at the end of a sentence. This happens when part of the word is selected. To reproduce: 1. Start a new document 2. Type af 3. Select 'a' 4. Observe that the right part of the 'f' is clipped away. This patch

Re: [PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Jean-Marc Lasgouttes
Le 06/01/2015 18:59, Vincent van Ravesteijn a écrit : JMarc, The following fixes the clipping of characters with negative bearing, like the f, at the end of a sentence. This happens when part of the word is selected. To reproduce: 1. Start a new document 2. Type af 3. Select 'a' 4. Observe

[PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Vincent van Ravesteijn
JMarc, The following fixes the clipping of characters with negative bearing, like the "f", at the end of a sentence. This happens when part of the word is selected. To reproduce: 1. Start a new document 2. Type "af" 3. Select 'a' 4. Observe that the right part of the 'f' is clipped away. This

Re: [PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Jean-Marc Lasgouttes
Le 06/01/2015 18:59, Vincent van Ravesteijn a écrit : JMarc, The following fixes the clipping of characters with negative bearing, like the "f", at the end of a sentence. This happens when part of the word is selected. To reproduce: 1. Start a new document 2. Type "af" 3. Select 'a' 4. Observe

Re: [PATCH] str-metrics: Prevent clipping of chars with negative bearing

2015-01-06 Thread Scott Kostyshak
On Tue, Jan 6, 2015 at 1:10 PM, Jean-Marc Lasgouttes wrote: > Go ahead. As far as I know, this is http://www.lyx.org/trac/ticket/9223 It seems to have fixed 9223 for me. > , and > it is not really related to Qt5. Let me know (or feel free) if we should change the component