Le 04/11/2015 00:12, Scott Kostyshak a écrit :
Starting with this commit, if I open e.g. the Introduction manual and I
triple click on the first line of the first paragraph (starting with
"LyX is a document preparation system...", the line is selected and the
text jumps a little to the left. If I click then on that line again, the
selection is removed and the text does not again change position. But if
I then click on a different line, the text jumps back to where it was
before.
Should be fixed now.
Actually it was due to TextMetrics::computeRowMetrics where row.width
computation was wrong for text that is not left-aligned. Since the
commit above relied on this value, it did not work correctly.
JMarc