Re: [LyX/master] Make the non-drawing cases faster in TextMetrics::drawParagraph

2016-07-23 Thread Guillaume Munch
Le 19/07/2016 à 23:42, Jean-Marc Lasgouttes a écrit : As I understand it, it is a bug in RowPainter::paintOnlyInsets introduced to fix #4889. I pushed a better fix for this bug, which also fixes your use case. Thanks, works well.

Re: [LyX/master] Make the non-drawing cases faster in TextMetrics::drawParagraph

2016-07-19 Thread Jean-Marc Lasgouttes
Le 12/06/2016 à 19:05, Guillaume Munch a écrit : In some situations, LyX does not recognize that an inset is hovered with the mouse: does not change cursor icon, does not paint the label in a different color, and does not show tooltip. Bisect leads to the commit above. If you would like to have a

Re: [LyX/master] Make the non-drawing cases faster in TextMetrics::drawParagraph

2016-07-10 Thread Guillaume Munch
Le 12/06/2016 18:54, Jean-Marc Lasgouttes a écrit : Le 12/06/2016 19:05, Guillaume Munch a écrit : In some situations, LyX does not recognize that an inset is hovered with the mouse: does not change cursor icon, does not paint the label in a different color, and does not show tooltip. Bisect lea

Re: [LyX/master] Make the non-drawing cases faster in TextMetrics::drawParagraph

2016-06-12 Thread Jean-Marc Lasgouttes
Le 12/06/2016 19:05, Guillaume Munch a écrit : In some situations, LyX does not recognize that an inset is hovered with the mouse: does not change cursor icon, does not paint the label in a different color, and does not show tooltip. Bisect leads to the commit above. If you would like to have a r

Re: [LyX/master] Make the non-drawing cases faster in TextMetrics::drawParagraph

2016-06-12 Thread Guillaume Munch
Le 30/05/2016 13:56, Jean-Marc Lasgouttes a écrit : commit fc73ebc16c4f0aca76360415a94eca57f283e44e Author: Jean-Marc Lasgouttes Date: Mon Feb 29 16:07:35 2016 +0100 Make the non-drawing cases faster in TextMetrics::drawParagraph There are two main cases: * when drawing is dis