Le 8 sept. 10 à 18:42, Uwe Stöhr a écrit :
I need mi.base.textwidth in LineInset::draw. JMarc told me how to
acces it via text_metrics_.width() in rowpainter.cpp. But
text_metrics_.width() gives 684
while mi.base.textwidth gives 630
Therefore I added as workaround the factor 684/630.
Ugh. I did not look at the code, and thought you would not do
something like that. The
fix is obviously wrong and I guess it will work mostly on your
machine :)
I'd suggst to revert this 'correction' until we find the right
solution. I am a bit busy right
now unfortunately.
JMarc