On Tue, Oct 21, 2008 at 12:19:15PM +0000, corvid wrote:
furaisanjin wrote:
I find the reason now. I selected this option.
limit_text_width=YES
I missed the comment just above.
# *** NOT HOOKED UP YET ***
So after I set NO on limit_text_width, the problem has disappeared.
Oh! You have still found something interesting because I added that comment _not_ because it was known to break anything, but because there is not enough limit_text_width code for it to have much of an observable effect -- that is, I didn't want people to be disappointed when they set the option and nothing happened.
(Johannes will know, but...) maybe it's triggering queueResize()s in a loop.
void Textblock::setWidth (int width) { /* If limitTextWidth is set to YES, a queue_resize may also be * necessary. */ if (availWidth != width || limitTextWidth) { looks like a candidate... But I have not seen a page where limit_text_width=YES makes a difference anyway. Cheers, Johannes